Value class experiments.
Requires an early access build of Valhalla.
Can be developed using Intellij IDEA, although it will of course display a lot of incorrect compiler errors.
Immutable lists implemented as value class
,
with the purpose of comparing its performance with ArrayList
.
Benchmarks are located at /src/jmh/java
.