Skip to content

HierarchicalKV 0.1.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@rhdong rhdong released this 11 Apr 00:34

Release Notes

This is the 3rd pre-release of HierarchicalKV!

Changes

  • [Feat] Support insert_and_evict, which enables trustable insert behavior when the table is already full
  • [Feat] Support find_or_insert and assign APIs
  • [Feat] Support Bazel build
  • [Opt] Optimize the table HBM/HMEM consumption for small-size tables.
  • [Opt] set slice size according to the max capacity.
  • [Feat] Set bucket number to the min needed for saving mem if no rehash
  • [Fix] Temporarily revert the constant memory for Table structs

Thanks to our Contributors

@bashimao @jiashuy @Lifann @mikemckiernan @Mr-Nineteen and @rhdong