Skip to content

2.0.0

Compare
Choose a tag to compare
@wolgemoth wolgemoth released this 30 Apr 22:33
· 15 commits to master since this release

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.