8000 Tags · Tessil/hopscotch-map · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Tessil/hopscotch-map

Tags

v2.3.1

Toggle v2.3.1's commit message
Bump version to 2.3.1

v2.3.0

Toggle v2.3.0's commit message
Bump version to 2.3.0.

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set version to 2.2.1.

v2.2.0

Toggle v2.2.0's commit message
Update README.md

v2.1.0

Toggle v2.1.0's commit message
Add Visual Studio 2017 in AppVeyor CI.

v2.0.1

Toggle v2.0.1's commit message
In CMakeList.txt, only use cxx_std_11 in target_compile_features when…

… the CMake version is >= 3.8 (#37).

v2.0.0

Toggle v2.0.0's commit message
Update README.md.

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bug correction (#31), set a moved hash map in a valid state so that i…

…t can still be used even after a move (#32)

* Bug correction, the hash table is now in a valid state after a move (#31). This commit also allows the hash table to have a bucket count equals to 0.

* Rename m_load_threshold to m_max_load_threshold_rehash and m_min_load_factor_rehash_threshold to m_min_load_threshold_rehash.

* Add clear() method in growth policies classes + minor refactoring.

* Add tests on using a moved hopsctoch_map.

* Remove unused MIN_BUCKETS_SIZE variable in mod_growth_policy.

v1.4.0

Toggle v1.4.0's commit message
Revert previous commit.

v1.3.3

Toggle v1.3.3's commit message
3C9A
Use target_compile_options instead of modifying CMAKE_CXX_FLAGS.

0