Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

0.6.8-RT

Compare
Choose a tag to compare
@vsonnier vsonnier released this 27 Feb 18:55
· 210 commits to 0.7.x-RT since this release

[0.6.8]
** API-breaking changes
HPPCRT-34: Relax signature of sort() methods to match JDK ones.(stay compatible as before)
** Bug fixes
HPPCRT-32: CustomHashSet wrongly uses equals()/hashCode() instead of strategies
** New features
HPPC-101: Drop JUB, switch to JMH for benchmarks
Issue #27: Caliper benchmark framework looks abandoned, migrate the benchmarks to JMH
HPPCRT-33: Adopt perfomance enhancements found in fastutil 6.6x and Koloboke