Hello everybody,
This is the release annoncement for HPPC-RT v0.7.1 (0.7.0 is a cursed number apparently) largely based on the big changes introduced by HPPC v0.7x.
The goal of this release has been to reduce the scope of the previous lib by removing less used container variants, even less-used API. Result is the lib has contracted
from 3.7 MB to 2.4MB.
To further ease HPPC-RT usage, and facilitate its adoption I also purposefully did not adopt some of the most recent HPPC
changes such as:
Scatter Hash containers, Preallocable/resizable capabilities, index-based methods for hash containers, separated Jar for esoteric containers.
On the other hand test coverage has been vastly improved to be "almost complete", which should please executives and devs alike.
The lib is still supporting both Java 5 and 6.
Many thanks to Dawid to have stolen my May holidays, and many many more hours here and there...
Full changelog:
CHANGES.txtMaven dependency:
<dependency>
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt</artifactId>
<version>0.7.1</version>
</dependency> Have fun :)
Vincent
PS: ANTLR is amazing !