MengRao / str
A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching
☆125Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for str
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆112Updated 6 years ago
- A highly optimized single producer single consumer message queue C++ template☆249Updated 2 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆85Updated last year
- A disruptor thread-synchronisation data structure for C++11.☆119Updated last year
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆74Updated 6 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆200Updated last year
- A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.☆79Updated 2 months ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- A low overhead nanosecond clock based on x86 TSC☆287Updated 2 years ago
- An efficient single publisher multiple subscriber message queue for Linux IPC☆55Updated 4 years ago
- A shell style command line framework which can easily be incorporated into a linux c++ server, supporting telnet/nc clients☆38Updated 3 years ago
- An implementation of Seqlock in C++11☆189Updated 3 months ago
- network library based on io_uring and C++20 coroutine☆101Updated 4 years ago
- A collection of non-blocking(polling) network libs for Linux, also support solarflare APIs(Tcpdirect/Efvi)☆212Updated 5 months ago
- Boost.Lockfree☆125Updated this week
- A simple replacement for std::unordered_map☆45Updated 3 months ago
- ☆26Updated 8 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆86Updated 4 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆29Updated 6 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆140Updated 8 months ago
- A fast work-stealing queue template in C++☆295Updated 9 months ago
- Comprehensive benchmarks of C++ maps☆300Updated last year
- A lock-free multi-producer multi-consumer ring buffer FIFO queue.