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
- A benchmark framework for concurrent queue implementations☆290Updated 4 years ago
- Concurrent Programming Library (Coroutine) for C11☆364Updated 3 years ago
- [deprecated] For native C atomics, see Turf instead☆518Updated 8 years ago
- A Super Fast Multithreaded malloc() for 64-bit Machines☆288Updated 5 years ago
- The Elle coroutine-based asynchronous C++ development framework.☆476Updated last year
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆139Updated last year
- 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☆189Updated 2 weeks ago
- An efficient and configurable logging framework for C++☆137Updated 3 years ago
- Configurable C++ platform adapter☆558Updated 6 years ago
- A hierarchical timer wheel, for implementing timed event queues☆210Updated 11 months ago
- A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator☆162Updated 2 years ago
- Thread-safe cross-platform event loop library in C++☆175Updated last month
- A compressed bitmap class in C++.☆452Updated 5 months ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆165Updated 6 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆523Updated 7 years ago
- Self-contained C/C++ profiler library for Linux☆175Updated 5 months ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- checkedthreads: no race condition goes unnoticed! Simple API, automatic load balancing, Valgrind-based checking☆292Updated 11 years ago
- QSBR and EBR library☆119Updated 5 years ago
- C++14 high performance non-blocking network IO (based on epoll + boost.context)☆135Updated 6 years ago
- A circular buffer written in C using Posix calls to create a contiguously mapped memory space. BSD Licensed.☆257Updated 3 years ago
- Trie key-value database☆337Updated 3 years ago
- Coroutines in C☆120Updated 10 years ago
- Lock-free ring buffer (MPSC)☆455Updated 5 years ago
- WAFer is a C language-based software platform for scalable server-side and networking applications. Think node.js for C programmers.☆694Updated 7 years ago
- A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store☆545Updated last year
- A C++ await/yield emulation library for stackless coroutine☆335Updated last year