Skip to content

Releases: fortress-build/whirlwind

v0.1.1

04 Nov 09:00
0e4ae5a
Compare
Choose a tag to compare

0.1.1 (2024-11-04)

Bumped hashbrown to v0.15.0, and changed to the HashTable api. Removed some unsafe code.

v0.1.0

03 Nov 04:06
a91219b
Compare
Choose a tag to compare

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)