associative-map
There are 14 repositories under associative-map topic.
SergeyMakeev/slot_map
A slot map is a high-performance associative container with persistent unique 32/64 bit keys to access stored values.
klesun/deep-assoc-completion
A phpstorm plugin for associative array key typing and completion
nlohmann/fifo_map
a FIFO-ordered associative container for C++
Flast/flat_map
Header only associative linear container.
mthom/managed-ctrie
Garbage collected concurrent hash tries.
klesun/deep-js-completion
A Webstorm/IDEA plugin for js object property completion inferred from a complex context
klesun/deep-dict-completion
Pycharm plugin for deep type inference based dict keys completion. As you may see from commit history, it was not updated for years since I don't use python myself, but I'm still open for small feature requests - if you file an issue, I'll likely implement it in a week or so...
mkevac/assoc_array_article
Small benchmark for few associative array implementations
seung-lab/mapbuffer
Serialize dict of integers to bytes and read with near zero parsing. Specialization for int to int.
cosama/vasapy
Vectorized Associative Arrays for Python
vicentebolea/n-way-associative-cache
A simple simulator of an n-way associative cache
amwolff/libmaps
Associative maps built on top of the AVL tree for C programming language
JeffML/farmer-in-the-dell
a relationship graph using React + p5
phoemur/AVL_tree
Naive implementation of an AVL tree using modern C++ (C++14, smart_pointers,etc...), and also a naive implementation of map using it.