vinniefalco / NuDB
NuDB: A fast key/value insert-only database for SSD drives in C++11
☆28Updated 5 years ago
Alternatives and similar repositories for NuDB:
Users that are interested in NuDB are comparing it to the libraries listed below
- Bloom filter alternative (C++)☆17Updated 6 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Boost.Asio wrapper over uTorrent's uTP library☆27Updated 3 years ago
- My take on the LMAX Disruptor☆74Updated 11 years ago
- ☆13Updated last year
- ☆12Updated last year
- Fast implementations of the scancount algorithm: C++ header-only library☆26Updated 5 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…