I was benchmarking some code, and I could not get it to run as fast as with java.math.BigInteger, even when using the exact same algorithm. So I copied java.math.BigInteger...
  • May 7, 2022
  • 0 Comments
How do you write (and run) a correct micro-benchmark in Java? I’m looking for some code samples and comments illustrating various things to think about. Example: Should the benchmark...
  • April 17, 2022
  • 0 Comments