samanbarghi / uThreads
A concurrent user-level thread library implemented in C++
☆315Updated 4 years ago
Alternatives and similar repositories for uThreads:
Users that are interested in uThreads are comparing it to the libraries listed below
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆330Updated 7 years ago
- Concurrent Programming Library (Coroutine) for C11☆364Updated 3 years ago
- A benchmark framework for concurrent queue implementations☆291Updated 5 years ago
- A Super Fast Multithreaded malloc() for 64-bit Machines☆290Updated 5 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 years ago
- Self-contained C/C++ profiler library for Linux☆175Updated 5 months ago
- [deprecated] For native C atomics, see Turf instead☆518Updated 8 years ago
- The Elle coroutine-based asynchronous C++ development framework.☆476Updated last year
- Configurable C++ platform adapter☆559Updated 6 years ago
- A circular buffer written in C using Posix calls to create a contiguously mapped memory space. BSD Licensed.☆258Updated 3 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆165Updated 6 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Our open source benchmarks and code samples☆190Updated 3 weeks ago
- A hierarchical timer wheel, for implementing timed event queues☆210Updated last year
- A C++ await/yield emulation library for stackless coroutine☆336Updated last year
- Various synchronization primitives for multithreaded applications in C++11.☆526Updated 7 years ago
- A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator☆162Updated 2 years ago
- Coroutines in C☆120Updated 10 years ago
- A C library of hashtables and tries designed to store objects with high performance☆231Updated 2 years ago
- Thread-safe cross-platform event loop library in C++☆175Updated last week
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- An efficient and configurable logging framework for C++☆137Updated 3 years ago
- Lightweight, Generic, Pure C++11 ThreadPool☆274Updated 7 years ago
- A compressed bitmap class in C++.☆453Updated 5 months ago
- QSBR and EBR library☆119Updated 5 years ago
- C port of the HdrHistogram☆246Updated 5 months ago
- Lock-free ring buffer (MPSC)☆457Updated 5 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- userland threads☆476Updated 2 weeks ago