cppalliance / NuDBLinks
NuDB: A fast key/value insert-only database for SSD drives in C++11
☆408Updated 8 months ago
Alternatives and similar repositories for NuDB
Users that are interested in NuDB are comparing it to the libraries listed below
Sorting:
- The Elle coroutine-based asynchronous C++ development framework.☆476Updated 2 years ago
- userland threads☆495Updated last month
- A C++ await/yield emulation library for stackless coroutine☆341Updated 2 years ago
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆331Updated 8 years ago
- The world's first wait-free Software Transactional Memory☆175Updated 5 years ago
- High Performance Streams Based on Coroutine TS ⚡☆150Updated 6 years ago
- C++ library for executors☆515Updated 9 years ago
- A platform-independent promise library for C++, implementing asynchronous continuations.☆194Updated 7 years ago
- A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store☆555Updated 2 years ago
- A feature complete LRU cache implementation in C++☆262Updated 6 years ago
- Meta programming utilities for C++14. Merged in matt-42/lithium☆726Updated 6 years ago
- Yet another logging library.☆203Updated 7 years ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆505Updated 2 years ago
- Mordor is a high performance I/O library based on fibers.☆352Updated 7 years ago
- Configurable C++ platform adapter☆559Updated 6 years ago
- C++ language binding library integrating ZeroMQ with Boost Asio☆335Updated last month
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- A STL allocator that mmaps files☆254Updated 4 years ago
- C++11 wrapper for the LMDB embedded B+ tree database library.☆281Updated 5 years ago
- A very fast lightweight embedded database engine with a built-in query language.☆576Updated 4 years ago
- A reference implementation for a modern C++ client interface☆92Updated 8 years ago
- Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes☆479Updated 5 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆533Updated 8 years ago
- generic stack-based container☆110Updated 7 years ago
- An implementation of Seqlock in C++11☆234Updated last year
- Event loop friendly C++ actor micro-framework, supervisable☆378Updated 3 weeks ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings