Hopscotch map v2.0.0 Release Notes

Release Date: 2018-07-01 // almost 6 years ago
  • General overhaul of the library introducing minor backward incompatibilities.

    • ๐Ÿšš Move the header files from src to include/tsl for more coherence with other C++ libraries.
    • For CMake users, add an exported target tsl::hopscotch_map to be used with target_link_libraries.
    • ๐Ÿšš Move growth policies from the tsl namespace to the tsl::hh namespace.
    • Add GrowthFactor template parameter to tsl::hh::power_of_two_growth_policy.
    • Rename hopscotch_sc_map to bhopscotch_map and hopscotch_sc_set to bhopscotch_set.
    • Check that the max_load_factor passed in parameter is between 0.1 and 0.95.