v4.7.0
This release adds a non-standard API replace_key as proposed by @Auburn. This adds the ability to replace a key while keeping the underlying container stable (no references & iterators will be invaliated). It is also faster than removing & inserting an element, especially when hashing is relatively slow like for std::string or when dealing with data that is slow to move.
Direct download: unordered_dense.h
What's Changed
Full Changelog: v4.6.0...v4.7.0