A super-fast C++ hash table with Node.js wrapper, tested up to 1 billion keys.
翻译 - 带有Node.js包装器的超快速C ++哈希表,已测试了多达10亿个键。
Windows API header file parsing tool to generate source code for Windows API hashing
#算法刷题#A Python implementation of a hash table data structure using the djb2 hashing algorithm. It includes methods for adding key-value pairs, inspecting the table, and iterating over items in the table. Ad...
A hash table implementation using a linked list of students as nodes and the djb2 hashing algorithm to calculate the hash values
just a simple little hash table for strings in python to prove to a friend that I can do this
A basic, fully self-contained hash benchmark written in C, that you can easily extend and plug new hash functions into.