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: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A collection of reusable data structures and streaming algorithms in Common Lisp. | 48 |
| A collection of generic, intrusive data structures and algorithms implemented in ANSI C. | 602 |
| 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 |
| A collection of common data structures and algorithms implemented in C. | 51 |
| A set of data structures and APIs for efficient thread-safe management of basic data types. | 427 |
| A collection of Java implementations of various data structures and algorithms used in computer science | 146 |
| An implementation of a set data structure using LinkedHashMap | 27 |
| An immutable data structure for efficiently managing sorted sets. | 27 |
| An implementation of the Disjoint-Set data structure in Go. | 15 |
| A library that adapts Clojure's persistent data structures to work with the Java programming language. | 219 |
| A data structure library implementing persistent AVL trees for sorted maps and sets with efficient rank queries, nearest key lookups, and other operations. | 132 |
| A Rust implementation of persistent data structures with structural sharing | 1,299 |
| A Common Lisp implementation of algebraic data types with features like pattern matching and mutable data structures. | 138 |
| A simple hash table implementation for storing and retrieving various data types in C. | 216 |
| A hash map and hash set implementation with optimized storage and deletion algorithms | 968 |