/hashstash

a hash table

Primary LanguageGo

hashstash

a simple hash map. uses xxhash hashing function, and separate chaining into preallocated arrays (i.e. not linked lists)