File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.1.0] ( https://github.com/fortress-build/whirlwind/compare/v0.1.0-rc1...v0.1.0 ) (2024-11-03)
4+
5+
6+ ### Features
7+
8+ * allow custom hasher implementations ([ 0dbc985] ( https://github.com/fortress-build/whirlwind/commit/0dbc9857825786e7bf2dfc8b4364cddd331b5bc4 ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * add ` crossbeam_utils ` dependency ([ f9ad383] ( https://github.com/fortress-build/whirlwind/commit/f9ad38370be37543dd3af81bc217658094a93b7a ) )
14+ * versioning for release-please ([ 1d51202] ( https://github.com/fortress-build/whirlwind/commit/1d51202687c710c8fc441bb3cb9d201530956250 ) )
15+
16+
17+ ### Performance Improvements
18+
19+ * use ` hashbrown::HashTable ` for shards ([ f0d45f1] ( https://github.com/fortress-build/whirlwind/commit/f0d45f1d4b110b6b8c36439e375b4f7c685e4a8e ) )
20+ * use ` hashbrown::RawTable ` + ` dashmap ` 's shard selection strategy ([ c47f3ef] ( https://github.com/fortress-build/whirlwind/commit/c47f3efb0715ace74e75ecdeee840298d4da34db ) )
Original file line number Diff line number Diff line change 22name = " whirlwind"
33description = " Collection of thread-safe, asynchronous data structures."
44authors = [" Will Hopkins <will@fortress.build>" ]
5- version = " 0.1.0-rc1 "
5+ version = " 0.1.0"
66edition = " 2021"
77readme = " README.md"
88repository = " https://github.com/fortress-build/whirlwind"
You can’t perform that action at this time.
0 commit comments