Releases: wolgemoth/cpp-hashmap
Releases · wolgemoth/cpp-hashmap
2.3.0
2.0.1
2.0.0
This is the second major release of the Hashmap.
Changelog
- The Hashmap now supports intialiser lists, and can be initialised const.
- The Hashmap now has overloads with move semantics.
- The Hashmap now implements const iterators to allow fast iteration through all items in all buckets.
- The Hashmap is now suitable for use in concurrent environments through the use of mutex locking.
- The file has been renamed from Hashmap.h to Hashmap.hpp, to better distinguish it in mixed-language projects.
- Exception safety has been revised and the Hashmap should now never throw.