bytemaster / fc_mallocLinks
Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.
☆179Updated 12 years ago
Alternatives and similar repositories for fc_malloc
Users that are interested in fc_malloc are comparing it to the libraries listed below
Sorting:
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆180Updated 11 months ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆207Updated 2 years ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆157Updated 2 months ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆76Updated 11 years ago
- Portable C++ SIMD library☆173Updated 6 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- SIMD (SSE) string functions☆102Updated 8 years ago
- Port of the xxhash library to C++17.☆184Updated 3 months ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- A proposal for a executor programming model for ISO C++☆140Updated 5 years ago
- C++ framework for rapid server development☆76Updated last year
- Sample implementation of C++20 atomic_wait/notify☆59Updated 6 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆228Updated 3 years ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- STL-based caches for C++☆115Updated 2 years ago
- Effective Memory Reclamation☆59Updated 5 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- An implementation of Seqlock in C++11☆222Updated last year
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- Memory optimal Small String Optimization implementation for C++☆246Updated 10 years ago
- ☆49Updated 7 years ago
- Mathematical Expression Parser and JIT Compiler☆148Updated last week
- fast prime sieve and hash algorithm☆38Updated 2 weeks ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year