list
Immutable list
A high-performance, immutable data structure designed for functional programming with a comprehensive API.
🐆 An immutable list with unmatched performance and a comprehensive functional API.
2k stars
28 watching
51 forks
Language: TypeScript
last commit: 11 months ago
Linked from 2 awesome lists
data-structuresfantasy-landfunctional-programmingimmutableimmutable-listsramdaredux
Related projects:
Repository | Description | Stars |
---|---|---|
zhemao/funktown | A Python library implementing immutable data structures similar to Clojure's Vectors and Maps | 75 |
frptools/collectable | A library providing high-performance immutable data structures for modern JavaScript applications. | 271 |
lucaong/immutable | Efficient immutable data structures for the Crystal programming language | 201 |
drboolean/immutable-ext | An extension to Immutable.js providing additional algebraic structures and operations for functional programming. | 489 |
funkia/jabz | A library providing reusable functional abstractions for JavaScript and TypeScript, including functors, monads, traversables, and more. | 90 |
tobgu/pyrsistent | Persistent data structures for Python that provide immutable and functional design | 2,039 |
magicstack/immutables | An immutable mapping type for high-performance Python applications | 1,134 |
pumpkindb/pumpkindb | A database system that uses an immutable key-value data structure and provides primitives for concurrency, storage, and indexing. | 1,374 |
thejaminator/slist | A Python library providing an immutable list implementation with type-safe methods for chaining | 12 |
devteam/immutype | Generates extension methods for immutable data types in .NET. | 41 |
aparticka/redux-immutable-utils | Utilities for working with Immutable data in Redux applications | 3 |
cfoulston/unity-reorderable-list | An extended version of Unity's ReorderableList with additional features and customization options. | 641 |
ivanzusko/ramda | A functional JavaScript library designed to make it easy to create immutable data sources with minimal side effects | 46 |
benji6/imlazy | A library providing functional programming tools for working with lazy, immutable iterables in JavaScript. | 103 |
aearly/icepick | A library for efficiently handling immutable data structures in JavaScript | 421 |