SergeyMakeev/ExcaliburHash
Excalibur Hash is a high-speed hash map and hash set, ideal for performance-critical uses like video games
C++MIT
Issues
- 0
- 0
for(auto iter = map.begin(); iter != map.end(); iter++) { iter->second++;}, This grammar does not support!
#13 opened by yuand2022 - 2
Undefined behavior when growing a HashTable of non-trivial type (possibly requiring std::launder)
#9 opened by hugoam - 1
Compile error with /permissive- on MSVC
#4 opened by simco50 - 1
C version?
#3 opened by ylluminate - 1
Issue building with gcc13
#2 opened by micwoj92