bytemaster / fc_mallocLinks
Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.
☆176Updated 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:
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 8 months ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Adapters for interfacing libuv with C++ resumable functions☆118Updated 8 months ago
- Replaced by foonathan/lexy☆138Updated 4 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆166Updated 6 years ago
- fast prime sieve and hash algorithm☆38Updated 2 weeks ago
- Component-Model Framework in C++☆44Updated 9 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆151Updated 5 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆204Updated 2 years ago
- C++ framework for rapid server development☆77Updated last year
- A proposal for a executor programming model for ISO C++☆140Updated 4 years ago
- An implementation of Seqlock in C++11☆210Updated 10 months ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆396Updated last week
- Memory optimal Small String Optimization implementation for C++☆239Updated 10 years ago
- Our open source benchmarks and code samples☆192Updated this week
- A disruptor thread-synchronisation data structure for C++11.☆127Updated 2 years ago
- A simple replacement for std::unordered_map☆49Updated 10 months ago
- ☆127Updated 2 years ago
- Header-only library providing unicode aware string support for C++☆108Updated 2 months ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆204Updated last year
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- an experimental standard C++ library☆89Updated last year
- Fast multi-threaded memory allocator☆78Updated 5 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆178Updated last week
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Home to luple, nuple, C++ String Interning, Struct Reader and C++ Type Loophole☆174Updated 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…☆154Updated 2 months ago