Popularity
3.5
Declining
Activity
0.0
Stable
216
23
79
Code Quality Rank:
L1
Programming language: C++
License: MIT License
Tags:
Containers
Hashmaps alternatives and similar libraries
Based on the "Containers" category.
Alternatively, view Hashmaps alternatives based on common mentions on social networks and blogs.
-
Hopscotch map
A fast header-only hash map which uses hopscotch hashing for collisions resolution. [MIT] -
LSHBOX
A c++ toolbox of locality-sensitive hashing (LSH), provides several popular LSH algorithms, also support Python and MATLAB. [GPL] -
function2
Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more -
C++ B-tree
A template library that implements ordered in-memory containers based on a B-tree data structure. [Apache2] -
Optional Argument in C++
Named optional arguments in C++17
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Hashmaps or a related project?
README
hashmap
Implementation of open addressing hash table algorithms in C++.
Most of the code is under development, but the main() function in main.cc should provide enough information as to how to use the algorithms.