Hi there,
This is the release annoncement for HPPC-RT
v0.7.2.
The big change has been the complete removal of the specific CustomHash classes, in favor of a simpler mechanism using overridable protected methods similar to ones used in HPPC v0.71 itself.
Consequently the lib has shrunk again from 2.4MB to 1.9MB.
Maven dependency:
<dependency>
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt</artifactId>
<version>0.7.2</version>
</dependency>
Regards,
Vincent