Skip to content

Releases: barrust/hashmap

Version 0.8.1

15 Nov 18:13
e905d6d
Compare
Choose a tag to compare
  • setup test suite
  • fix cppcheck errors
  • fix set
  • version bump

Version 0.8.0

11 Apr 22:43
Compare
Choose a tag to compare
  • Micro optimizations
  • Allow for a variable number of elements in initialization of the hashmap
  • Use of const char* as appropriate
  • Improved hashing speed

Version 0.7.8

26 Oct 00:34
efb185a
Compare
Choose a tag to compare
  • Improved removal speeds
  • Removed OpenMP guards; now up to the user to enforce thread safety
  • More comprehensive test file

Version 0.7.7

21 Apr 02:08
Compare
Choose a tag to compare
  • Minor performance improvements
  • Add clear hashmap functionality

Version 0.7.6

12 Apr 22:51
Compare
Choose a tag to compare
  • Fix for possible race condition when OpenMP used
  • Remove #define construct to allow functions to better be used directly in
    if-statements
  • Start re-laying out nodes from removal location
  • Unique HashFunction type when using with related libraries

Version 0.7.5

11 Apr 01:12
Compare
Choose a tag to compare
  • Added thread safety when compiled with OpenMP
  • Updated repository structure and documentation