replikativ / hitchhiker-tree

Functional, persistent, off-heap, high performance data structure
Eclipse Public License 1.0
44 stars 19 forks source link

Adds the compare deref fix and bumps hitchhiker-tree version. #31

Closed grischoun closed 3 years ago

grischoun commented 3 years ago

Adds the compare deref fix. Goes directly to master for release.

Fix replikativ/datahike#122 and replikativ/datahike#258.

Addresses the same issue as https://github.com/replikativ/hitchhiker-tree/pull/22, but with smaller performance penalty on JVM benchmarks. Thanks @ajoberstar for tracking the issue down!