Skip to content

Comment on Why is C++ still a very popular language in quantitative finance?parent

Comments

I totally agree, and I have complained about Java's lack of structured value types many times before because they are the main reason for Java's crazy memory usage.

However, the gap has narrowed significantly with the introduction of pointer compression in Java. It only works up to 32GB though, so this is going to be a temporary boost for Java I guess.

Could you point me to any references about pointer comparisons in Java? How is it different than

Object a = new Object(); Object b = new Object(); boolean bool = a == b;

I said "pointer compression" not "pointer comparison".

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.