Releases: martinus/unordered_dense
Releases · martinus/unordered_dense
v4.5.0
This release is brought to you by the awesome community, thanks everybody!
Direct download: unordered_dense.h
What's Changed
- Fix build with current fmt (master branch) by @phprus in #107
- Just adds a disabled test, update dependencies by @martinus in #127
- Remove duplicate clang-tidy line by @bmagistro in #120
- segment_map: Also segment the bucket array by @StephanDollberg in #112
- Passthrough is_avalanching from std::hash by @Auburn in #114
- Add iter_t::operator++(int) overload by @TriceHelix in #128
- Adds
ANKERL_UNORDERED_DENSE_DISABLE_PMR
, bumps version by @martinus in #129
New Contributors
- @phprus made their first contribution in #107
- @bmagistro made their first contribution in #120
- @StephanDollberg made their first contribution in #112
- @Auburn made their first contribution in #114
- @TriceHelix made their first contribution in #128
Full Changelog: v4.4.0...v4.5.0
v4.4.0
🎄 🎁 Direct download: unordered_dense.h
What's Changed
- Slightly improved tuple hash, now direct also for enum. by @martinus in #103
- Add extract(key) and extract(it) API by @martinus in #105
Full Changelog: v4.3.1...v4.4.0
v4.3.1
v4.3.0
Direct download: unordered_dense.h
What's Changed
- Provide high quality & fast hash implementations for std::tuple and std::pair by @martinus in #101 Fixes #97
Full Changelog: v4.2.0...v4.3.0
v4.2.0
Direct download: unordered_dense.h
What's Changed
- Completely reworked fuzzing. Now it's based on honggfuzz by @martinus in #93
- dont resize in emplace when not necessary by @martinus in #100
Full Changelog: v4.1.2...v4.2.0
v4.1.2
v4.1.1
Direct download: unordered_dense.h
What's Changed
- use feature test macro to detect char8_t support by @justusranvier in #86
- bump version to 4.1.1 by @martinus in #87
Full Changelog: v4.1.0...v4.1.1