bytemaster / fc_mallocLinks
Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.
☆178Updated 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☆179Updated 10 months ago
- SIMD (SSE) string functions☆102Updated 8 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆206Updated 2 years ago
- Portable C++ SIMD library☆173Updated 5 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated 2 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…☆156Updated 3 weeks ago
- Effective Memory Reclamation☆58Updated 5 years ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- Adapters for interfacing libuv with C++ resumable functions☆118Updated 10 months ago
- Git mirror of the official (mercurial) repository of cpp-btree☆75Updated 11 years ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- Replaced by foonathan/lexy☆138Updated 4 years ago
- Port of the xxhash library to C++17.☆182Updated 2 months ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …☆144Updated 4 months ago
- Header-only library providing unicode aware string support for C++☆109Updated 4 months ago
- C++ framework for rapid server development☆77Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- An implementation of Seqlock in C++11☆219Updated last year
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A concurrent thread-safe hash map implemented in C++☆144Updated 2 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- A C++ await/yield emulation library for stackless coroutine☆339Updated last year
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 3 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆166Updated last year