HierarchicalKV 0.1.0-beta.5
Pre-release
Pre-release
Release Notes
This is the 5th pre-release of HierarchicalKV!
What's Changed
Features
Bug Fix
- [Fix] dead lock when keys are not unique. by @rhdong in #141
- [Fix] the offset of keys when init bucket; unit test about bucket size. by @jiashuy in #148
- [Fix] bad data consistency on Customized Strategy by @rhdong in #149
- [Fix] rehash dead loop on specific MAX_CAPACITY. by @rhdong in #154
Optimization & Refactoring
- [Opt] Using filter and kernel level pipeline to optimize lookup kernels by @jiashuy in #136
- [Opt] let LRU mode use device clock by @rhdong in #137
- [CI-fix] Just let CI env fail as UT fails by @rhdong in #139
- [Benchmark]Update to reflect new default benchmark settings by @Quentin-Anthony in #142
- [Benchmark] Add
export_batch
andexport_batch_if
benchmark by @rhdong in #140 - [Opt] Add type check on
key_type
andscore_type
by @rhdong in #153
New Contributors
- @Quentin-Anthony made their first contribution in #142
Full Changelog: v0.1.0-beta.4...v0.1.0-beta.5