cl-data-structures
Data structure library
A collection of reusable data structures and streaming algorithms in Common Lisp.
Data Structures and streaming algorithms for Common Lisp.
47 stars
7 watching
7 forks
Language: Common Lisp
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sirherrbatka/vellum | A data frame library for Common Lisp designed to simplify data processing and analysis in an interactive environment. | 76 |
krukow/clj-ds | Provides data structures modified from Clojure to be usable outside of the language in a Java context | 219 |
precog/matryoshka | A library providing generalized recursion schemes and traversals for recursive data structures in Scala. | 811 |
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 |
orium/rpds | A Rust implementation of persistent data structures with structural sharing | 1,261 |
michaeljwelsh/cdsa | A collection of generic, intrusive data structures and algorithms implemented in ANSI C. | 603 |
samebchase/hash-set | An implementation of a data structure providing constant time lookup and insertion operations. | 17 |
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 |
stylewarning/cl-algebraic-data-type | A Common Lisp implementation of algebraic data types with features like pattern matching and mutable data structures. | 136 |
sirherrbatka/cl-progress-bar | A Common Lisp library for displaying progress bars with customizable updates and display. | 19 |
deepak-malik/data-structures-in-java | A collection of Java implementations of various data structures and algorithms used in computer science | 145 |
theck01/offbrand_lib | A collection of reference counted generic data structures and tools to create C-style classes. | 81 |
rurban/ctl | A C container template library implementing various data structures and algorithms in ISO C99/C11. | 171 |
leoven/c-macro-collections | A set of header-only data structures and utilities for C. | 534 |