em-and-m / libcrashLinks
Code example from Crash and Burn lecture
☆28Updated 3 years ago
Alternatives and similar repositories for libcrash
Users that are interested in libcrash are comparing it to the libraries listed below
Sorting:
- Minimize lock-free queue ever!☆134Updated 7 years ago
- Implementing coroutines, channels, message passing, etc.☆134Updated 4 years ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- A hierarchical timer wheel, for implementing timed event queues☆214Updated last year
- C11 Lock-free Stack☆184Updated last year
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆138Updated 6 years ago
- QSBR and EBR library☆135Updated 6 years ago
- Different implementations of spinlock.☆105Updated 11 years ago
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆85Updated 10 years ago
- A benchmark framework for concurrent queue implementations☆296Updated 5 years ago
- C++ implementation of RCU based on reference counting and hazard pointers.☆28Updated 13 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆48Updated 12 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- Lock-free framework for loggers, tracers, and mockers in multithreaded C++ programs.☆99Updated 8 years ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆265Updated 16 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆233Updated 4 years ago
- Mirror of https://code.google.com/p/google-coredumper/ with Arch package fixes☆63Updated 8 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Shared memory queue benchmarks and tracing for blog☆80Updated 10 years ago
- Convert build system from autoconf/make to CMake☆78Updated 3 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 10 years ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆45Updated 10 years ago
- Concurrent trie-hash map library☆94Updated 2 years ago
- This make CRC be fast. Included implementations: CRC-64-Jones and CRC-16-CCITT☆143Updated 2 months ago