genhash

Hash table library

A generic hash table implementation in Common Lisp

http://cdr.eurolisp.org/document/2/

GitHub

17 stars
4 watching
2 forks
Language: Common Lisp
last commit: about 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
gregorycollins/hashtables A set of implementations for mutable hash tables in Haskell. 126
watmough/jwhash A simple hash table implementation for storing and retrieving various data types in C. 216
lyarbean/xxhash-ada An implementation of a non-cryptographic hash function in Ada 1
mljs/hash-table An implementation of an open addressing hash table with double hashing in JavaScript 1
orthecreedence/cl-hash-util A utility library for working with Common Lisp hash tables 29
mbrostami/consistenthash A Go library implementing Consistent Hashing and Block Partitioning 27
skarupke/flat_hash_map A high-performance implementation of a hash table data structure in C++ 1,720
foonathan/string_id A C++ library providing hashed string identifiers with optional access to the original string value and collision detection. 184
basho/bitcask A log-structured hash table for fast key/value data storage 1,291
robstolarz/rsht A simple hash table implementation with optimization techniques to reduce full scan risk 7
mafintosh/hyperdht A peer-to-peer distributed hash table implementation with support for discovery and hole punching 95
corona10/goimagehash An image hashing library written in Go that provides different types of hash functions and supports various image formats. 750
jech/dht A C implementation of a Distributed Hash Table (DHT) for peer-to-peer networks 701
grim7reaper/siphash A fast pseudorandom function optimized for short messages. 1
samebchase/hash-set An implementation of the hash-set data structure 17