dterei / ScrapsLinks
Various small bits of code, generally testing small edge cases in the language
☆42Updated 3 years ago
Alternatives and similar repositories for Scraps
Users that are interested in Scraps are comparing it to the libraries listed below
Sorting:
- Our open source benchmarks and code samples☆193Updated 2 weeks ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆17Updated 7 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- QSBR and EBR library☆133Updated 5 years ago
- This make CRC be fast. Included implementations: CRC-64-Jones and CRC-16-CCITT☆138Updated 2 years ago
- Tool for measuring jitter in user-level code due to system☆43Updated 4 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- Lock-free implementation of the token bucket algorithm in C++☆61Updated 2 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- C++ development framework for building reliable cache-friendly distributed and concurrent multicore software☆68Updated 6 years ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 4 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- c++ wrapper around libpapi☆84Updated 7 years ago
- Latency benchmarks of Unix IPC mechanisms☆100Updated last month
- C port of the HdrHistogram☆256Updated 2 months ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆70Updated last year
- Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 7 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- Shared memory queue benchmarks and tracing for blog☆80Updated 9 years ago
- A collection of eclectic tools for measuring performance using the cycle counter and pinning threads.☆42Updated last year
- The world's first Web-scale memory allocator☆109Updated 7 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 3 months ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- Measures the system induced jitter ("hiccups") a CPU bound thread experiences☆126Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago