Hopscotch map v1.4.0 Release Notes

Release Date: 2017-07-29 // over 6 years ago
    • Add iterator mutable_iterator(const_iterator pos) method.
    • ➕ Add erase method taking a precalculated hash in parameter similar to lookup functions.
    • ⬇️ Reduce default max load factor to 0.9.
    • Add mandatory max_bucket_count() method to GrowthPolicy to take into account the possible limitations of the growth policy.
    • 🛠 Fix the number of reserved buckets on range insert (i.e. void insert(InputIt first, InputIt last)). The amount was too low.