Commons Math includes (in trunk and MATH_2_X branch) a FastMath class that is described as a “Faster, more accurate, portable alternative to StrictMath” and is implemented fully in Java (u… more →
Ismael Jumawrote 1 year ago: Commons Math includes (in trunk and MATH_2_X branch) a FastMath class that is described as a “ … more →
wrote 2 years ago: Internal iterators like foreach tend to do very well in micro-benchmarks on the JVM. In fact, they o … more →
wrote 3 years ago: The HotSpot engineers are constantly working on improving performance. I noticed two interesting com … more →
wrote 3 years ago: We have all heard about how HotSpot is really good at dealing with short-lived objects (both allocat … more →
wrote 3 years ago: With JavaFX 1.0 out of the way, it seems like the Java 7 train has started moving again. Concurrency … more →
wrote 3 years ago: Before x86-64 came along, the decision on whether to use 32-bit or 64-bit mode for architectures tha … more →
wrote 3 years ago: Assume the following code: public void foo() { C c = new C(); bar(c.baz); // assume that baz does no … more →
wrote 3 years ago: There have been a few AOT compilers for Java for some time. Two of the better known examples are GCJ … more →