All Projects → sled → Similar Projects or Alternatives

66 Open source projects that are alternatives of or similar to sled

lfqueue
Minimize lock-free queue ever!
Stars: ✭ 107 (+494.44%)
Mutual labels:  lock-free, thread-safety
lfqueue
lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!
Stars: ✭ 104 (+477.78%)
Mutual labels:  lock-free, thread-safety
Lockfreehashmap Rs
A concurrent lock-free hash map for Rust.
Stars: ✭ 16 (-11.11%)
Mutual labels:  lock-free
Onefile
The world's first wait-free Software Transactional Memory
Stars: ✭ 139 (+672.22%)
Mutual labels:  lock-free
Crossbeam
Tools for concurrent programming in Rust
Stars: ✭ 4,180 (+23122.22%)
Mutual labels:  lock-free
Awesome Lockfree
A collection of resources on wait-free and lock-free programming
Stars: ✭ 1,046 (+5711.11%)
Mutual labels:  lock-free
Xenium
A C++ library providing various concurrent data structures and reclamation schemes.
Stars: ✭ 225 (+1150%)
Mutual labels:  lock-free
Sled
the champagne of beta embedded databases
Stars: ✭ 5,423 (+30027.78%)
Mutual labels:  lock-free
lockfree
⚡️ lock-free utilities in Go
Stars: ✭ 109 (+505.56%)
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 (+1455.56%)
Mutual labels:  lock-free
Confluo
Real-time Monitoring and Analysis of Data Streams
Stars: ✭ 1,428 (+7833.33%)
Mutual labels:  lock-free
MemoryAllocator.KanameShiki
Fast multi-threaded memory allocator
Stars: ✭ 73 (+305.56%)
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 (+6188.89%)
Mutual labels:  lock-free
Nonblocking
Implementation of a lock-free dictionary on .Net.
Stars: ✭ 237 (+1216.67%)
Mutual labels:  lock-free
Hashmap
A Golang lock-free thread-safe HashMap optimized for fastest read access.
Stars: ✭ 899 (+4894.44%)
Mutual labels:  lock-free
zedis
A tiny embedded, lock free, redis-like, pub+sub, brokerless, key value datastore. ømq+sled
Stars: ✭ 33 (+83.33%)
Mutual labels:  lock-free
Yac
A fast, lock-free, shared memory user data cache for PHP
Stars: ✭ 782 (+4244.44%)
Mutual labels:  lock-free
Multiqueue
A fast mpmc queue with broadcast capabilities
Stars: ✭ 167 (+827.78%)
Mutual labels:  lock-free
Atomic queue
C++ lockless queue.
Stars: ✭ 373 (+1972.22%)
Mutual labels:  lock-free
lock-free-queue
CN-CppUserGroup-2019-1,lock-free queue demo
Stars: ✭ 58 (+222.22%)
Mutual labels:  lock-free
Spscqueue
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
Stars: ✭ 307 (+1605.56%)
Mutual labels:  lock-free
Nuclei
Proactive IO & Runtime system
Stars: ✭ 113 (+527.78%)
Mutual labels:  lock-free
LockFreeHashTable
Lock Free Resizable Hash Table Based On Split-Ordered Lists.
Stars: ✭ 45 (+150%)
Mutual labels:  lock-free
concurrent-ll
concurrent linked list implementation
Stars: ✭ 66 (+266.67%)
Mutual labels:  lock-free
sharded-slab
a lock-free concurrent slab (experimental)
Stars: ✭ 116 (+544.44%)
Mutual labels:  lock-free
Imtools
Fast and memory-efficient immutable collections and helper data structures
Stars: ✭ 85 (+372.22%)
Mutual labels:  lock-free
uniq
A lock-free (multi reader / multi writer) circular buffered queue.
Stars: ✭ 32 (+77.78%)
Mutual labels:  lock-free
Traffic Shm
traffic-shm (Anna) is a Java based lock free IPC library.
Stars: ✭ 72 (+300%)
Mutual labels:  lock-free
Jctools
jctools.github.io/jctools
Stars: ✭ 2,833 (+15638.89%)
Mutual labels:  lock-free
Thmap
Concurrent trie-hash map library
Stars: ✭ 51 (+183.33%)
Mutual labels:  lock-free
fcgi-function
A cross-platform module to writing C/C++ service for nginx.
Stars: ✭ 33 (+83.33%)
Mutual labels:  lock-free
Tla Rust
writing correct lock-free and distributed stateful systems in Rust, assisted by TLA+
Stars: ✭ 880 (+4788.89%)
Mutual labels:  lock-free
Ringbuf
Lock-free ring buffer (MPSC)
Stars: ✭ 227 (+1161.11%)
Mutual labels:  lock-free
Rsm
distributed computing toolkit in rust
Stars: ✭ 17 (-5.56%)
Mutual labels:  lock-free
LFTPool
Lock-Free Thread Pool
Stars: ✭ 69 (+283.33%)
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 (+4350%)
Mutual labels:  lock-free
Bwtree
An open sourced implementation of Bw-Tree in SQL Server Hekaton
Stars: ✭ 208 (+1055.56%)
Mutual labels:  lock-free
Swiftcoroutine
Swift coroutines for iOS, macOS and Linux.
Stars: ✭ 690 (+3733.33%)
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 (+38.89%)
Mutual labels:  lock-free
Libcopp
cross-platform coroutine library in c++
Stars: ✭ 398 (+2111.11%)
Mutual labels:  lock-free
Libcds
A C++ library of Concurrent Data Structures
Stars: ✭ 2,006 (+11044.44%)
Mutual labels:  lock-free
Bus
Efficient, lock-free, bounded Rust broadcast channel
Stars: ✭ 368 (+1944.44%)
Mutual labels:  lock-free
fifo-rs
A first-in-first-out for bytes, like kfifo in Linux.
Stars: ✭ 18 (+0%)
Mutual labels:  lock-free
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 (+1683.33%)
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 (+655.56%)
Mutual labels:  lock-free
Concurrencyfreaks
Stars: ✭ 299 (+1561.11%)
Mutual labels:  lock-free
send wrapper
No description or website provided.
Stars: ✭ 39 (+116.67%)
Mutual labels:  thread-safety
gumble
Collection of high-performance, thread-safe, lock-free data structures for go
Stars: ✭ 12 (-33.33%)
Mutual labels:  lock-free
Onering
A collection of concurrent ring buffers
Stars: ✭ 114 (+533.33%)
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 (+6372.22%)
Mutual labels:  lock-free
gdax-orderbook-hpp
An in-memory copy of the order book on the GDAX cryptocurrency exchange, updated in real time via WebSocket feed, exposed in a thread-safe and lock-free data structure.
Stars: ✭ 38 (+111.11%)
Mutual labels:  lock-free
bikeshed
Lock free hierarchical work scheduler
Stars: ✭ 78 (+333.33%)
Mutual labels:  lock-free
Capture Thread
Lock-free framework for loggers, tracers, and mockers in multithreaded C++ programs.
Stars: ✭ 93 (+416.67%)
Mutual labels:  lock-free
Lock-free-Red-black-tree
Implementation of lock-free red-black tree using CAS
Stars: ✭ 21 (+16.67%)
Mutual labels:  lock-free
lock-free
Lock-Free data structures
Stars: ✭ 37 (+105.56%)
Mutual labels:  lock-free
optimistic lock coupling rs
🍋: A General Lock following paper "Optimistic Lock Coupling: A Scalable and Efficient General-Purpose Synchronization Method"
Stars: ✭ 21 (+16.67%)
Mutual labels:  lock-free
Left Right
A lock-free, read-optimized, concurrency primitive.
Stars: ✭ 1,245 (+6816.67%)
Mutual labels:  lock-free
hatrack
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Stars: ✭ 55 (+205.56%)
Mutual labels:  lock-free
go-ringbuf
Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:
Stars: ✭ 43 (+138.89%)
Mutual labels:  lock-free
Ring Buffer
simple C++11 ring buffer implementation, allocated and evaluated at compile time
Stars: ✭ 80 (+344.44%)
Mutual labels:  lock-free
1-60 of 66 similar projects