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:
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last week
- 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 6 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- SIMD (SSE) string functions☆103Updated 8 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Port of the xxhash library to C++17.☆183Updated 5 months ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆159Updated 4 months ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- Replaced by foonathan/lexy☆138Updated 4 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆153Updated 6 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆212Updated 2 years ago
- benchmark for various C++ function implementations; focus on invocation time☆96Updated 6 years ago
- ☆128Updated 2 years ago
- A C++ pointer bump memory arena implementation☆94Updated 10 years ago
- C++ framework for rapid server development☆77Updated last year
- Effective Memory Reclamation☆63Updated 5 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆45Updated 10 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
- An implementation of Seqlock in C++11☆228Updated last year
- Boost.Coroutine2☆135Updated 2 months ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Header-only library providing unicode aware string support for C++☆109Updated 7 months ago
- A disruptor thread-synchronisation data structure for C++11.☆140Updated 2 years ago
- Portable C++ SIMD library☆171Updated 6 years ago