Releases: Tessil/hopscotch-map
Releases · Tessil/hopscotch-map
v0.3.1
v0.3.0
- Store
std::pair<Key, T>
instead ofstd::pair<const Key, T>
allowing us to move keys on rehash or when displacements occur on insert. - Backward incompatibility: iterators now return
const std::pair<Key, T>
reference instead ofstd::pair<const Key, T>
. To modify the value of a key-value pair in a map you have to call thevalue()
method of the iterator to get a mutable reference toT
.
v0.2.2
v0.2.1
v0.2.0
First version, v0.1.0
First release