bytemaster / fc_mallocLinks
Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.
☆181Updated 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:
- Fast multi-threaded memory allocator☆79Updated 6 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years 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
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- 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
- Replaced by foonathan/lexy☆138Updated 4 years ago
- Sample implementation of C++20 atomic_wait/notify☆61Updated 6 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…☆158Updated 3 months ago
- fast prime sieve and hash algorithm☆38Updated last month
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- A feature complete LRU cache implementation in C++☆257Updated 5 years ago
- Port of the xxhash library to C++17.☆183Updated 5 months ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆183Updated 2 weeks ago
- A C++ await/yield emulation library for stackless coroutine☆340Updated last year
- Implementation of std::any, including small object optimization, for C++11 compilers☆150Updated last year
- C++ version of Doug Lea's excellent malloc() implementation.☆153Updated 5 years ago
- lexertl: The Modular Lexical Analyser Generator☆63Updated 2 weeks ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Portable C++ SIMD library☆171Updated 6 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆77Updated 11 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- Memory optimal Small String Optimization implementation for C++☆247Updated 10 years ago
- SIMD (SSE) string functions☆102Updated 8 years ago