samanbarghi / uThreadsLinks
A concurrent user-level thread library implemented in C++
☆317Updated 4 years ago
Alternatives and similar repositories for uThreads
Users that are interested in uThreads are comparing it to the libraries listed below
Sorting:
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆330Updated 8 years ago
- A Super Fast Multithreaded malloc() for 64-bit Machines☆290Updated 5 years ago
- Concurrent Programming Library (Coroutine) for C11☆365Updated 3 years ago
- A benchmark framework for concurrent queue implementations☆291Updated 5 years ago
- Self-contained C/C++ profiler library for Linux☆176Updated 8 months ago
- An efficient and configurable logging framework for C++☆137Updated 3 years ago
- A hierarchical timer wheel, for implementing timed event queues☆210Updated last year
- [deprecated] For native C atomics, see Turf instead☆518Updated 8 years ago
- The Elle coroutine-based asynchronous C++ development framework.☆475Updated 2 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆526Updated 8 years ago
- Our open source benchmarks and code samples☆192Updated 2 weeks ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- A compressed bitmap class in C++.☆454Updated 8 months ago
- Thread-safe cross-platform event loop library in C++☆177Updated 2 months ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 years ago
- Various open addressing hashmap algorithms in C++☆256Updated 3 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- Configurable C++ platform adapter☆561Updated 6 years ago
- A circular buffer written in C using Posix calls to create a contiguously mapped memory space. BSD Licensed.☆261Updated 4 years ago
- Meta programming utilities for C++14. Merged in matt-42/lithium☆727Updated 5 years ago
- C++14 high performance non-blocking network IO (based on epoll + boost.context)☆136Updated 6 years ago
- Mordor is a high performance I/O library based on fibers.☆349Updated 7 years ago
- C port of the HdrHistogram☆250Updated 8 months ago
- A C++ await/yield emulation library for stackless coroutine☆340Updated last year
- A C++ HTML template engine that uses compile time HTML parsing☆390Updated 6 years ago
- Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes☆473Updated 4 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- NuDB: A fast key/value insert-only database for SSD drives in C++11☆396Updated 2 months ago
- chap analyzes un-instrumented core files for leaks, memory growth, and corruption☆377Updated last month
- debugs memory leak of running process. Not maintained anymore, try `libleak` please.☆655Updated 6 years ago