cyrus-and / profLinks
Self-contained C/C++ profiler library for Linux
☆176Updated 11 months ago
Alternatives and similar repositories for prof
Users that are interested in prof are comparing it to the libraries listed below
Sorting:
- A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator☆163Updated 3 months ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- C11 Lock-free Stack☆183Updated last year
- checkedthreads: no race condition goes unnoticed! Simple API, automatic load balancing, Valgrind-based checking☆294Updated 12 years ago
- 📶 A lock- and wait-free hashtable (and an array too)☆109Updated 5 months ago
- A Super Fast Multithreaded malloc() for 64-bit Machines☆292Updated 5 years ago
- A circular buffer written in C using Posix calls to create a contiguously mapped memory space. BSD Licensed.☆263Updated 4 years ago
- A C library of hashtables and tries designed to store objects with high performance☆238Updated 2 years ago
- A collection of clang plugins for safer C programming☆91Updated 6 years ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- A portable in-place bitwise binary Fredkin trie algorithm which allows for near constant time insertions, deletions, finds, closest fit f…☆275Updated 4 years ago
- Concurrent Programming Library (Coroutine) for C11☆364Updated 4 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- Lightweight locality-aware user-level threading runtime.☆196Updated 3 weeks ago
- Free-List Memory Pool of fixed-size objects in C99☆50Updated 2 years ago
- C library implementing the ridiculously fast CLHash hashing function☆280Updated last year
- Semantic syntax highlighting and hyperlinking of C/C++ source code with libclang. (Demo: https://oberon00.github.io/synth)☆170Updated 9 years ago
- A C++ library for concurrent programming☆71Updated 4 years ago
- A fast alternative to the modulo reduction☆312Updated 4 years ago
- Coroutines/Fibers implementation for x86