Skip to content

Releases: martinus/unordered_dense

v4.4.0

24 Dec 07:12
Compare
Choose a tag to compare

🎄 🎁 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

19 Dec 15:53
Compare
Choose a tag to compare

Direct download: unordered_dense.h

What's Changed

  • Fix tuple-hash for types like std::string_view. Also, now it's faster. by @martinus in #102

Full Changelog: v4.3.0...v4.3.1

v4.3.0

18 Dec 06:17
Compare
Choose a tag to compare

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

17 Dec 08:01
Compare
Choose a tag to compare

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

16 Sep 10:50
Compare
Choose a tag to compare

Direct download: unordered_dense.h

What's Changed

Full Changelog: v4.1.1...v4.1.2

v4.1.1

27 Aug 13:12
Compare
Choose a tag to compare

Direct download: unordered_dense.h

What's Changed

Full Changelog: v4.1.0...v4.1.1

v4.1.0

20 Aug 11:32
Compare
Choose a tag to compare

Direct download: unordered_dense.h

What's Changed

Full Changelog: v4.0.4...v4.1.0

v4.0.4

16 Jul 13:19
Compare
Choose a tag to compare

Direct download: unordered_dense.h

What's Changed

  • 2023 07 fix more move allocator issues by @martinus in #81

Full Changelog: v4.0.2...v4.0.4

v4.0.2

13 Jul 18:30
Compare
Choose a tag to compare

Direct download: unordered_dense.h

What's Changed

  • fix #79: Segmentation fault after move assign of map with different allocator by @martinus in #80

Full Changelog: v4.0.1...v4.0.2

v4.0.1

21 May 13:10
Compare
Choose a tag to compare

Direct download: unordered_dense.h

What's Changed

Full Changelog: v4.0.0...v4.0.1