cksystemsgroup / scalloc
A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator
☆162Updated 2 years ago
Alternatives and similar repositories for scalloc:
Users that are interested in scalloc are comparing it to the libraries listed below
- multi-way atomic compare-and-swap with x64/TSX☆86Updated 8 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆166Updated 6 years ago
- A collection of clang plugins for safer C programming☆91Updated 6 years ago
- Self-contained C/C++ profiler library for Linux☆175Updated 5 months ago
- compile time assembly interpreter☆85Updated 7 years ago
- High-performance multicore-scalable data structures and benchmarks☆139Updated 5 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 5 years ago
- An-source C library developed and used at AppNexus.☆109Updated 5 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- checkedthreads: no race condition goes unnoticed! Simple API, automatic load balancing, Valgrind-based checking☆292Updated 11 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
- Hashing functions and PRNGs based on them☆161Updated 2 months ago
- The world's first Web-scale memory allocator☆106Updated 6 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- [deprecated] For native C atomics, see Turf instead☆518Updated 8 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆116Updated 8 years ago
- Semantic syntax highlighting and hyperlinking of C/C++ source code with libclang. (Demo: https://oberon00.github.io/synth)☆159Updated 8 years ago
- No sane compiler would optimize atomics: the presentation☆106Updated 8 years ago
- Embedding x86 assembly code in C++ with metaprogramming using a domain specific language.☆184Updated 9 years ago
- Demonstration of LLVM's opt-viewer tool☆71Updated 8 years ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆393Updated last week
- A C++ library for concurrent programming☆71Updated 3 years ago
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆330Updated 7 years ago
- Benchmark showing the we can randomly hash strings very quickly with good universality☆136Updated 2 months ago
- A portable in-place bitwise binary Fredkin trie algorithm which allows for near constant time insertions, deletions, finds, closest fit f…☆274Updated 3 years ago
- A library for Study Group 14 of Working Group 21 (C++)☆35Updated 7 years ago
- Test your code with malcheck to make sure it handles out of memory conditions correctly.☆97Updated 9 years ago
- A C++ pointer bump memory arena implementation☆91Updated 10 years ago
- An approach for runtime detection inside a constexpr function☆79Updated 6 years ago
- Hash Array Mapped Trie (C++ Templates)☆124Updated last year