• Note on new BigDecimal(String): This part of the benchmark is the best indication of ArciMath BigDecimal's strength. Construction from String is about the only sensible way to get a BigDecimal (in fact it is the reason of existence of the BigDecimal class). So it has to be fast, very fast. Look how we succeeded.