Popularity
3.6
Stable
Activity
0.0
Stable
247
24
87
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.
-
FunctionalPlus
Functional Programming Library for C++. Write concise and readable C++ code. -
Hopscotch map
C++ implementation of a fast hash map and hash set using hopscotch hashing -
LSHBOX
A c++ toolbox of locality-sensitive hashing (LSH), provides several popular LSH algorithms, also support python and matlab. -
function2
Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more -
stx-btree
OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes - -
dynamic_bitset
Simple Useful Libraries: C++17/20 header-only dynamic bitset -
C++ B-tree
Git mirror of the official (mercurial) repository of cpp-btree -
Optional Argument in C++
Named Optional Arguments in C++17
Build time-series-based applications quickly and at scale.
InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
Promo
www.influxdata.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
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.