Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

27 lines (13 loc) · 1.13 KB

Changelog

0.1.1 (2024-11-04)

Miscellaneous Chores

0.1.0 (2024-11-03)

Features

  • allow custom hasher implementations (0dbc985)

Bug Fixes

  • add crossbeam_utils dependency (f9ad383)
  • versioning for release-please (1d51202)

Performance Improvements

  • use hashbrown::HashTable for shards (f0d45f1)
  • use hashbrown::RawTable + dashmap's shard selection strategy (c47f3ef)