hash-set

Data structure

An implementation of a data structure providing constant time lookup and insertion operations.

An implementation of a hash-set.

GitHub

17 stars
5 watching
5 forks
Language: Common Lisp
last commit: almost 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sirherrbatka/cl-data-structures A collection of reusable data structures and streaming algorithms in Common Lisp. 47
michaeljwelsh/cdsa A collection of generic, intrusive data structures and algorithms implemented in ANSI C. 603
sija/any_hash.cr A library for working with nested data structures, providing an easy-to-use JSON-friendly hash class and methods for traversing and manipulating it. 35
recp/ds A collection of common data structures and algorithms implemented in C. 51
xant/libhl A set of data structures and APIs for efficient thread-safe management of basic data types. 423
deepak-malik/data-structures-in-java A collection of Java implementations of various data structures and algorithms used in computer science 145
studiosol/set An implementation of a set data structure using LinkedHashMap 27
perdata/treap An immutable data structure for efficiently managing sorted sets. 27
ihebu/dsu An implementation of the Disjoint-Set data structure in Go. 14
krukow/clj-ds Provides data structures modified from Clojure to be usable outside of the language in a Java context 219
clojure/data.avl A data structure library implementing persistent AVL trees for sorted maps and sets with efficient rank queries, nearest key lookups, and other operations. 132
orium/rpds A Rust implementation of persistent data structures with structural sharing 1,261
stylewarning/cl-algebraic-data-type A Common Lisp implementation of algebraic data types with features like pattern matching and mutable data structures. 136
watmough/jwhash A simple hash table implementation for storing and retrieving various data types in C. 216
martinus/unordered_dense A hash map and hash set implementation with optimized storage and deletion algorithms 942