4 posts tagged

jvm

Java Fun Facts · Performance (Part 4 of 4)

Java Fun Facts · Performance (Part 4 of 4)

Benchmark Java class-comparison techniques, including reference equality, equals, class names, instanceof, and assignable-from checks.

in
Java Fun Facts · Performance (Part 3 of 4)

Java Fun Facts · Performance (Part 3 of 4)

Compare Java object equality strategies across inherited and unrelated classes, including equals, hashCode, and baseline reference checks.

in
Java Fun Facts · Performance (Part 2 of 4)

Java Fun Facts · Performance (Part 2 of 4)

Benchmark Java while loops using indexes, iterators, and cached collection sizes to compare their performance in the second JVM experiment.

in
Java Fun Facts · Performance (Part 1 of 4)

Java Fun Facts · Performance (Part 1 of 4)

Compare three Java for-loop styles on ArrayList data and see how caching the list size affects JVM performance in the first experiment of the series.

in