Skip to content

HierarchicalKV 0.1.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@rhdong rhdong released this 24 Jul 06:20

Release Notes

This is the 5th pre-release of HierarchicalKV!

What's Changed

Features

  • [Feat] Supportinsert_and_evict async version by @rhdong in #146

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 and export_batch_if benchmark by @rhdong in #140
  • [Opt] Add type check on key_type and score_type by @rhdong in #153

New Contributors

Full Changelog: v0.1.0-beta.4...v0.1.0-beta.5