persistent-data-structure
There are 132 repositories under persistent-data-structure topic.
apache/burr
Build applications that make decisions (chatbots, agents, simulations, etc...). Monitor, trace, persist, and execute on your own infrastructure.
functionaljava/functionaljava
Functional programming in Java
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
robotroutine/scriptum
No-Frills Functional Programming Lib Augmenting Javascript/Node.js
couchbase/fleece
A super-fast, compact, JSON-equivalent binary data format
Softmotions/iowow
Multipurpose C library and persistent key/value storage
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
crate-py/rpds
Python bindings to the Rust rpds crate for persistent data structures
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
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
dotnwat/persistent-rbtree
Persistent red-black tree in C++
lthibault/treap
A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.
sigp/milhouse
Persistent binary merkle tree
xiaq/persistent
Persistent data structure in Go
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.
sageserpent-open/curium
Storage for your immutable Scala objects.
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.
grignaak/cow-collections
Performant copy-on-write collections on the jvm
grillbaer/persistentds
Persistent data structures - immutable copy-on-write lists, maps and sets for Java
Certora/collections
Memory-effficient immutable collection types for Kotlin
Jipok/go-persist
A simple, performant, type-safe way to persist Go structs and maps with generics and WAL-based durability. Like key-value in-memory database, but better.