snaptree
Concurrent tree
A concurrent data structure implementation for efficient tree-based operations with atomic cloning and snapshot isolation.
Concurrent TreeMap w/ efficient support for clone() and consistent iteration
148 stars
20 watching
30 forks
Language: Java
last commit: over 12 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| A collection of concurrent hash map implementations in C++. | 1,409 |
| An implementation of a concurrent hash array mapped trie data structure for thread-safe and lock-free map operations. | 151 |
| A Common Lisp package providing concurrency operations similar to Clojure | 35 |
| An implementation of Adaptive Neural Trees in PyTorch for deep learning | 151 |
| A minimal B+Tree indexing structure implementation for efficient key-value storage | 1,866 |
| An efficient spatial data structure for fast point query operations | 43 |
| A high-performance concurrent queue implementation using atomic counters and the x86 fetch-and-add instruction | 127 |
| A library implementing a balanced binary search tree data structure with customizable key extraction and comparison functions. | 23 |
| An implementation of Region Trees for efficient spatial partitioning and data storage | 2 |
| A data structure library for building eventually consistent systems with concurrent updates and merging operations | 651 |
| A lightweight, low-overhead concurrency library | 360 |
| Runs promise-returning & async functions multiple times concurrently | 39 |
| A concurrent utilities library designed to improve performance on multi-core systems | 415 |
| An implementation of a signal-based behavior tree for Redux actions | 228 |
| A C++ template class for tree data structures with flexible storage models and standard STL interfaces. | 96 |