genhash
Hash table library
A basic implementation of a hash table data structure in Common Lisp
http://cdr.eurolisp.org/document/2/
17 stars
4 watching
2 forks
Language: Common Lisp
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A set of implementations for mutable hash tables in Haskell. | 127 |
| A simple hash table implementation for storing and retrieving various data types in C. | 216 |
| An implementation of a non-cryptographic hash function in Ada | 1 |
| An implementation of an open addressing hash table with double hashing in JavaScript | 1 |
| A utility library for working with Common Lisp hash tables | 29 |
| A Go library implementing Consistent Hashing and Block Partitioning | 27 |
| A high-performance implementation of a hash table data structure in C++ | 1,721 |
| A C++ library providing hashed string identifiers with optional access to the original string value and collision detection. | 184 |
| A log-structured hash table for fast key/value data storage | 1,293 |
| A simple hash table implementation with optimization techniques to reduce full scan risk | 7 |
| A peer-to-peer distributed hash table implementation with support for discovery and hole punching | 95 |
| An image hashing library written in Go that provides different types of hash functions and supports various image formats. | 755 |
| A C implementation of a Distributed Hash Table (DHT) for peer-to-peer networks | 700 |
| A cryptographic algorithm implementation for secure hashing of short inputs | 1 |
| An implementation of the hash-set data structure | 17 |