All Projects → zedis → Similar Projects or Alternatives

109 Open source projects that are alternatives of or similar to zedis

Sled
the champagne of beta embedded databases
Stars: ✭ 5,423 (+16333.33%)
Mutual labels:  lock-free, kv
Confluo
Real-time Monitoring and Analysis of Data Streams
Stars: ✭ 1,428 (+4227.27%)
Mutual labels:  lock-free
Swiftcoroutine
Swift coroutines for iOS, macOS and Linux.
Stars: ✭ 690 (+1990.91%)
Mutual labels:  lock-free
Object threadsafe
We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads
Stars: ✭ 280 (+748.48%)
Mutual labels:  lock-free
Lockfreehashmap Rs
A concurrent lock-free hash map for Rust.
Stars: ✭ 16 (-51.52%)
Mutual labels:  lock-free
Onefile
The world's first wait-free Software Transactional Memory
Stars: ✭ 139 (+321.21%)
Mutual labels:  lock-free
Crossbeam
Tools for concurrent programming in Rust
Stars: ✭ 4,180 (+12566.67%)
Mutual labels:  lock-free
client-side-databases
An implementation of the exact same app in Firestore, AWS Datastore, PouchDB, RxDB and WatermelonDB
Stars: ✭ 787 (+2284.85%)
Mutual labels:  datastore
Ring Buffer
simple C++11 ring buffer implementation, allocated and evaluated at compile time
Stars: ✭ 80 (+142.42%)
Mutual labels:  lock-free
MemoryAllocator.KanameShiki
Fast multi-threaded memory allocator
Stars: ✭ 73 (+121.21%)
Mutual labels:  lock-free
uniq
A lock-free (multi reader / multi writer) circular buffered queue.
Stars: ✭ 32 (-3.03%)
Mutual labels:  lock-free
Hashmap
A Golang lock-free thread-safe HashMap optimized for fastest read access.
Stars: ✭ 899 (+2624.24%)
Mutual labels:  lock-free
Multiqueue
A fast mpmc queue with broadcast capabilities
Stars: ✭ 167 (+406.06%)
Mutual labels:  lock-free
Yac
A fast, lock-free, shared memory user data cache for PHP
Stars: ✭ 782 (+2269.7%)
Mutual labels:  lock-free
go-ringbuf
Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:
Stars: ✭ 43 (+30.3%)
Mutual labels:  lock-free
Atomic queue
C++ lockless queue.
Stars: ✭ 373 (+1030.3%)
Mutual labels:  lock-free
Nuclei
Proactive IO & Runtime system
Stars: ✭ 113 (+242.42%)
Mutual labels:  lock-free
Spscqueue
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
Stars: ✭ 307 (+830.3%)
Mutual labels:  lock-free
AloeDB
Light, Embeddable, NoSQL database for Deno 🦕
Stars: ✭ 111 (+236.36%)
Mutual labels:  datastore
LockFreeHashTable
Lock Free Resizable Hash Table Based On Split-Ordered Lists.
Stars: ✭ 45 (+36.36%)
Mutual labels:  lock-free
Imtools
Fast and memory-efficient immutable collections and helper data structures
Stars: ✭ 85 (+157.58%)
Mutual labels:  lock-free
sharded-slab
a lock-free concurrent slab (experimental)
Stars: ✭ 116 (+251.52%)
Mutual labels:  lock-free
Nonblocking
Implementation of a lock-free dictionary on .Net.
Stars: ✭ 237 (+618.18%)
Mutual labels:  lock-free
Pelagia
Automatic parallelization (lock-free multithreading thread) tool developed by Surparallel Open Source.Pelagia is embedded key value database that implements a small, fast, high-reliability on ANSI C.
Stars: ✭ 1,132 (+3330.3%)
Mutual labels:  lock-free
sled
A high performance lock free map type for go.
Stars: ✭ 18 (-45.45%)
Mutual labels:  lock-free
fifo-rs
A first-in-first-out for bytes, like kfifo in Linux.
Stars: ✭ 18 (-45.45%)
Mutual labels:  lock-free
Tla Rust
writing correct lock-free and distributed stateful systems in Rust, assisted by TLA+
Stars: ✭ 880 (+2566.67%)
Mutual labels:  lock-free
Bwtree
An open sourced implementation of Bw-Tree in SQL Server Hekaton
Stars: ✭ 208 (+530.3%)
Mutual labels:  lock-free
Rsm
distributed computing toolkit in rust
Stars: ✭ 17 (-48.48%)
Mutual labels:  lock-free
Lock-free-Red-black-tree
Implementation of lock-free red-black tree using CAS
Stars: ✭ 21 (-36.36%)
Mutual labels:  lock-free
Exchange Core
Ultra-fast matching engine written in Java based on LMAX Disruptor, Eclipse Collections, Real Logic Agrona, OpenHFT, LZ4 Java, and Adaptive Radix Trees.
Stars: ✭ 801 (+2327.27%)
Mutual labels:  lock-free
Libcds
A C++ library of Concurrent Data Structures
Stars: ✭ 2,006 (+5978.79%)
Mutual labels:  lock-free
DailyDoc
Productivity Note App utilizing Jetpack Compose
Stars: ✭ 31 (-6.06%)
Mutual labels:  datastore
optimistic lock coupling rs
🍋: A General Lock following paper "Optimistic Lock Coupling: A Scalable and Efficient General-Purpose Synchronization Method"
Stars: ✭ 21 (-36.36%)
Mutual labels:  lock-free
Libcopp
cross-platform coroutine library in c++
Stars: ✭ 398 (+1106.06%)
Mutual labels:  lock-free
L4
L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.
Stars: ✭ 136 (+312.12%)
Mutual labels:  lock-free
Bus
Efficient, lock-free, bounded Rust broadcast channel
Stars: ✭ 368 (+1015.15%)
Mutual labels:  lock-free
tool-db
A peer-to-peer decentralized database
Stars: ✭ 15 (-54.55%)
Mutual labels:  datastore
Mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
Stars: ✭ 321 (+872.73%)
Mutual labels:  lock-free
Onering
A collection of concurrent ring buffers
Stars: ✭ 114 (+245.45%)
Mutual labels:  lock-free
Concurrencyfreaks
Stars: ✭ 299 (+806.06%)
Mutual labels:  lock-free
async
async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded MPMC lock-free queue.
Stars: ✭ 25 (-24.24%)
Mutual labels:  lock-free
gumble
Collection of high-performance, thread-safe, lock-free data structures for go
Stars: ✭ 12 (-63.64%)
Mutual labels:  lock-free
Capture Thread
Lock-free framework for loggers, tracers, and mockers in multithreaded C++ programs.
Stars: ✭ 93 (+181.82%)
Mutual labels:  lock-free
how-to-exploit-a-double-free
How to exploit a double free vulnerability in 2021. Use After Free for Dummies
Stars: ✭ 1,165 (+3430.3%)
Mutual labels:  lock-free
Jctools
jctools.github.io/jctools
Stars: ✭ 2,833 (+8484.85%)
Mutual labels:  lock-free
bikeshed
Lock free hierarchical work scheduler
Stars: ✭ 78 (+136.36%)
Mutual labels:  lock-free
Left Right
A lock-free, read-optimized, concurrency primitive.
Stars: ✭ 1,245 (+3672.73%)
Mutual labels:  lock-free
lfqueue
Minimize lock-free queue ever!
Stars: ✭ 107 (+224.24%)
Mutual labels:  lock-free
datastore-to-sql
Export and migrate your GAE Datastore data to SQL using Golang
Stars: ✭ 22 (-33.33%)
Mutual labels:  datastore
hatrack
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Stars: ✭ 55 (+66.67%)
Mutual labels:  lock-free
Traffic Shm
traffic-shm (Anna) is a Java based lock free IPC library.
Stars: ✭ 72 (+118.18%)
Mutual labels:  lock-free
lock-free
Lock-Free data structures
Stars: ✭ 37 (+12.12%)
Mutual labels:  lock-free
Ringbuf
Lock-free ring buffer (MPSC)
Stars: ✭ 227 (+587.88%)
Mutual labels:  lock-free
Thmap
Concurrent trie-hash map library
Stars: ✭ 51 (+54.55%)
Mutual labels:  lock-free
ate
Distributed immutable data store with strong encryption and authentication
Stars: ✭ 94 (+184.85%)
Mutual labels:  datastore
lockfree
⚡️ lock-free utilities in Go
Stars: ✭ 109 (+230.3%)
Mutual labels:  lock-free
concurrent-ll
concurrent linked list implementation
Stars: ✭ 66 (+100%)
Mutual labels:  lock-free
Xenium
A C++ library providing various concurrent data structures and reclamation schemes.
Stars: ✭ 225 (+581.82%)
Mutual labels:  lock-free
Awesome Lockfree
A collection of resources on wait-free and lock-free programming
Stars: ✭ 1,046 (+3069.7%)
Mutual labels:  lock-free
1-60 of 109 similar projects