chxdeng / mabainLinks
a fast and light-weighted key-value store library
☆45Updated 2 weeks ago
Alternatives and similar repositories for mabain
Users that are interested in mabain are comparing it to the libraries listed below
Sorting:
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆43Updated 10 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 12 years ago
- Concurrent trie-hash map library☆92Updated last year
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆67Updated last year
- C++ interface to CPU affinity management☆30Updated 7 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- libuv thread communication☆59Updated 2 years ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 9 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 6 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆53Updated last year
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 14 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- C++ framework for rapid server development☆76Updated last year
- For details, see the blog post:☆33Updated last year
- Benchmarks for Schemaless Data Serialization Libraries☆56Updated 3 years ago
- Shared memory queue benchmarks and tracing for blog☆80Updated 9 years ago
- A universal thread-safe memory pool.☆26Updated 7 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 3 years ago
- async io-uring based kernel io library☆32Updated 4 years ago
- Experimental library for coroutines and networking☆16Updated 7 years ago
- Fast C++ function "is_utf8": checks if the input is valid UTF-8. Made of a single source file. Optimized for ARM NEON, x64 SSE, AVX2 and…☆67Updated last year
- Boost.Asio wrapper over uTorrent's uTP library☆27Updated 4 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Effective Memory Reclamation☆62Updated 5 years ago
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆17Updated 4 years ago