persistent-data-structure
There are 125 repositories under persistent-data-structure topic.
functionaljava/functionaljava
Functional programming in Java
DAGWorks-Inc/burr
Build applications that make decisions (chatbots, agents, simulations, etc...). Monitor, trace, persist, and execute on your own infrastructure.
orium/rpds
Rust persistent data structures
mogill/ems
Extended Memory Semantics - Persistent shared object memory and parallelism for Node.js and Python
usethesource/capsule
The Capsule Hash Trie Collections Library
couchbase/fleece
A super-fast, compact, JSON-equivalent binary data format
Softmotions/iowow
A C utility library and persistent key/value storage engine
lucaong/immutable
Thread-safe, persistent, immutable collections for the Crystal language
utsaslab/RECIPE
RECIPE : high-performance, concurrent indexes for persistent memory (SOSP 2019)
baotonglu/dash
Scalable Hashing on Persistent Memory
qwertie/ecsharp
Home of LoycCore, the LES language of Loyc trees, the Enhanced C# parser, the LeMP macro preprocessor, and the LLLPG parser generator.
pramalhe/OneFile
The world's first wait-free Software Transactional Memory
aardvark-platform/aardvark.base
Aardvark.Base is the foundation of the open-source Aardvark Platform for visual computing, real-time graphics, and visualization.
kube/monolite
Statically-typed structural-sharing tree modifier
eonil/swift-hamt
An implementation of HAMT data-structure in Swift
gdejohn/procrastination
A small, straightforward library bringing the benefits of functional programming to Java 11
baotonglu/apex
High Performance Learned Index on Persistent Memory
crate-py/rpds
Python bindings to the Rust rpds crate for persistent data structures
brianburton/java-immutable-collections
Efficient Immutable/Persistent Collections for Java
palatable/shoki
Purely functional data structures in Java
benjamn/immutable-tuple
Immutable finite list objects with constant-time equality testing (===) and no memory leaks.
jdevuyst/ruminant
Swift persistent vectors à la Clojure
lthibault/treap
A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.
dotnwat/persistent-rbtree
Persistent red-black tree in C++
xiaq/persistent
Persistent data structure in Go
sigp/milhouse
Persistent binary merkle tree
benibela/hamt
Mutable and immutable persistent maps and sets as hash array mapped trie (HAMT) for FreePascal
regexident/Forest
A collection of persistent immutable trees.
grignaak/cow-collections
Performant copy-on-write collections on the jvm
vineeths96/Persistent-Data-Structures
In this repository, we deal with the task of implementing a small library of persistent data structures in C. A persistent data structure is a data structure that always preserves the previous version of itself when it is modified. They are effectively immutable.
liljenzin/confluent
Confluent Sets and Maps
grillbaer/persistentds
Persistent data structures - immutable copy-on-write lists, maps and sets for Java
CodeMaxx/nv-heap
Implementation of the simplified version of the NV-Heap paper (https://courses.engr.illinois.edu/ece598ms/sp2018/papers/paper44.pdf)
jsouthworth/immutable
Immutable data structures for go
sigbla/sigbla-pds
Persistent (immutable) collections for Java and Kotlin