Stars
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
A General-purpose Task-parallel Programming System using Modern C++
Tengine is a lite, high performance, modular inference engine for embedded device
Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
A connection-oriented persistent message queue framework based on TCP or SHM(shared memory)
An open addressing linear probing hash table, tuned for delete heavy workloads
A single header c++ websocket client/server lib for linux