hash-set
HashSet
An implementation of the hash-set data structure
An implementation of a hash-set.
17 stars
6 watching
5 forks
Language: Common Lisp
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sirherrbatka/cl-data-structures | A collection of reusable data structures and streaming algorithms in Common Lisp. | 48 |
michaeljwelsh/cdsa | A collection of generic, intrusive data structures and algorithms implemented in ANSI C. | 602 |
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. | 427 |
deepak-malik/data-structures-in-java | A collection of Java implementations of various data structures and algorithms used in computer science | 146 |
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. | 15 |
krukow/clj-ds | A library that adapts Clojure's persistent data structures to work with the Java programming language. | 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,299 |
stylewarning/cl-algebraic-data-type | A Common Lisp implementation of algebraic data types with features like pattern matching and mutable data structures. | 138 |
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 | 968 |