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!☆132Updated 7 years ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- A future and stream library for modern C++.☆67Updated 2 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 6 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- Different implementations of spinlock.☆105Updated 10 years ago
- For details, see the blog post:☆34Updated last year
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Convert build system from autoconf/make to CMake☆77Updated 3 years ago
- A hierarchical timer wheel, for implementing timed event queues☆212Updated last year
- C11 Lock-free Stack☆183Updated last year
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago
- C++ implementation of RCU based on reference counting and hazard pointers.☆27Updated 12 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 years ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆124Updated last year
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 3 years ago
- QSBR and EBR library☆127Updated 5 years ago
- Shared memory queue benchmarks and tracing for blog☆80Updated 9 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 6 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- C++ coroutine based networking library (WIP)☆39Updated 6 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆228Updated 3 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆44Updated 10 years ago
- Boost.Asio wrapper over uTorrent's uTP library☆27Updated 4 years ago