You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@barracuda156 ConanCenterIndex only package release, please, open an issue to the upstream directly asking about, plus, this issue outdated and closed.
Package Name/Version
parallel-hashmap/1.3.12
Changelog
https://github.com/greg7mdp/parallel-hashmap/releases/tag/v1.3.12
Context about the new update
Fixes for macOS and 32-bit by @barracuda156 in greg7mdp/parallel-hashmap#193
fix: add growth_left for dump and load, to fix the bug that when loa… by @LisaLuty in greg7mdp/parallel-hashmap#195
remove unnecessary creation of std *_error objects by @ilobilo in greg7mdp/parallel-hashmap#197
Fix C++17 detection for clang by @ecatmur in greg7mdp/parallel-hashmap#202
Add try_emplace_p extension method by @ecatmur in greg7mdp/parallel-hashmap#206
Allow compiling with -Wfloat-conversion by @jendrikseipp in greg7mdp/parallel-hashmap#209
Optimization for parallel hash map erase_if function by @bpmckinnon in greg7mdp/parallel-hashmap#211
For parallel maps with read-capable mutexes, do read lock for lookup in try_emplace_l by @greg7mdp in greg7mdp/parallel-hashmap#216
Support ReadWriteLocks in more parallel map APIs. by @greg7mdp in greg7mdp/parallel-hashmap#217
Add access to the slot in the lazy constructor by @bpmckinnon in greg7mdp/parallel-hashmap#219
Remove the Upgrade lock stuff. by @greg7mdp in greg7mdp/parallel-hashmap#221
implement erase using erase_if_impl by @greg7mdp in greg7mdp/parallel-hashmap#223
Fix warnings with msvc. by @greg7mdp in greg7mdp/parallel-hashmap#225
The text was updated successfully, but these errors were encountered: