bytemaster / fc_malloc
Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.
☆172Updated 11 years ago
Alternatives and similar repositories for fc_malloc:
Users that are interested in fc_malloc are comparing it to the libraries listed below
- Implementation of std::any, including small object optimization, for C++11 compilers☆147Updated 10 months ago
- C++ framework for rapid server development☆77Updated last year
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 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…☆153Updated last week
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆141Updated 11 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 5 months ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Boost.Coroutine2☆130Updated 3 months ago
- A disruptor thread-synchronisation data structure for C++11.☆125Updated last year
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆166Updated 5 years ago
- Header-only library providing unicode aware string support for C++☆107Updated 2 weeks ago
- Component-Model Framework in C++☆44Updated 9 years ago
- 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
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆201Updated 2 years ago
- Replaced by foonathan/lexy☆138Updated 4 years ago
- ☆48Updated 7 years ago
- Adapters for interfacing libuv with C++ resumable functions☆115Updated 6 months ago
- Variadic templates and std::integer_sequence support library☆110Updated 2 weeks ago
- lexertl: The Modular Lexical Analyser Generator☆62Updated 6 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆65Updated 2 weeks ago
- Fast integer to ascii / integer to string conversion☆225Updated 2 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 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 …☆139Updated last month
- A proposal for a executor programming model for ISO C++☆140Updated 4 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆161Updated last week
- Enjoy template metaprogramming☆113Updated 8 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library☆239Updated last month
- Boost.Lockfree☆129Updated this week