arneg / GJAlloc
a fast fixed size block allocator
☆20Updated 9 years ago
Alternatives and similar repositories for GJAlloc:
Users that are interested in GJAlloc are comparing it to the libraries listed below
- C++ reflection framework (for fun)☆14Updated 10 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- A C++ metaprogramming library☆26Updated 8 years ago
- Tiny format/mustache templating library (C++11)☆23Updated 8 years ago
- Allocation benchmarks☆30Updated 8 years ago
- Lightweight append-only, header-less, journaling file format (C++11)☆13Updated 9 years ago
- A simple Perl script that prints GCC warning options you can apply to C++ code.☆12Updated 8 years ago
- A sparse and compressed bitmap library.☆11Updated 10 years ago
- A simple, lightweight Python 2.7 interpreter, with predictable memory management and without global locks.☆9Updated 9 years ago
- portability macros for compiler and hardware micro operations☆36Updated 8 months ago
- Intrusive data structures for C☆56Updated 7 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 9 years ago
- Lightweight unit-testing framework (C++11).☆86Updated 8 years ago
- Fast C/C++ memory allocator with free-all operation☆54Updated 9 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆14Updated 9 years ago
- ☆31Updated 9 years ago
- C++ Scattered Containers☆67Updated 7 years ago
- finding set bits in large bitmaps☆15Updated 9 years ago
- A signal/slot implementation using std::function.☆12Updated 10 years ago
- A header only library that implements a C11 Unbounded Non-Intrusive Lockless Single Consumer Multiple Producer Thread-Safe FIFO Queue.☆20Updated 9 years ago
- ☆21Updated 6 years ago
- benchmarking positional population count☆14Updated last year
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- A GIT clone of uthash.sourceforge.net, a hash table, implemented in C, supporting constant-time add/find/remove of C structures. Any stru…