- South Korea
Stars
Collection of high performance, thread-safe, lock-free go data structures
Standard Go Project Layout
C implementation of the Raft Consensus protocol, BSD licensed
oneAPI Threading Building Blocks (oneTBB)
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
A memory allocator that automatically reduces the memory footprint of C/C++ applications.
A distributed key-value storage system developed by Alibaba Group
GhostDB is a distributed, in-memory, general purpose key-value data store that delivers microsecond performance at any scale.
C++ implementation of a fast hash map and hash set using hopscotch hashing
A Redis Module that make it possible to create a consistent Raft cluster from multiple Redis instances.
Embedded key-value store for read-heavy workloads written in Go
immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
Generic lock-free Skiplist container pure C implementation, STL-style set, map
Full featured consistent hashing python library compatible with ketama
Kafka-style message streaming in Go. Built on NATS. Single binary, no JVM, no ZooKeeper.
Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust.
Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
A bounded multi-producer multi-consumer concurrent queue written in C++11
A collection of resources on wait-free and lock-free programming
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11