data.finger-tree
Persistent collection library
A data structure library providing persistent sequential collections with efficient access and insertion operations
Finger Tree data structure
214 stars
33 watching
14 forks
Language: Clojure
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
krukow/clj-ds | Provides data structures modified from Clojure to be usable outside of the language in a Java context | 219 |
clojure/java.jdbc | Provides low-level JDBC-based access to databases in Clojure | 724 |
clojure/data.json | A JSON parser and generator for Clojure data structures. | 543 |
clojure/algo.monads | A Clojure-based library providing macros and definitions for common data monads. | 448 |
clj-commons/durable-queue | A Clojure library implementing a task queue that survives process restarts and is bounded by disk space | 385 |
hrldcpr/pcollections | A Java library providing persistent and immutable data structures for efficient, thread-safe, and generic collections. | 765 |
rinuboney/clatern | A Clojure-based machine learning library providing tools for data preprocessing and modeling various algorithms. | 67 |
zero-one-group/geni | A Clojure-based library for building and manipulating dataframes in a distributed computing framework. | 286 |
clojure/core.async | A Clojure library providing facilities for concurrent programming and communication. | 1,956 |
newres/aesopica | A Clojure library for creating and manipulating Linked Data/RDF based applications. | 4 |
clojure/tools.trace | A Clojure library for tracing and debugging code execution | 361 |
clojure-lsp/clojure-lsp | An LSP implementation for Clojure and ClojureScript, enabling language features such as code completion, refactoring, and error detection. | 1,173 |
clojupyter/clojupyter | An implementation of a Clojure kernel for the Jupyter environment. | 834 |
grammarly/perseverance | A flexible retry library inspired by the Common Lisp condition system. | 183 |