samanbarghi / uThreadsLinks
A concurrent user-level thread library implemented in C++
☆317Updated 5 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.☆331Updated 8 years ago
- The Elle coroutine-based asynchronous C++ development framework.☆476Updated 2 years ago
- A benchmark framework for concurrent queue implementations☆297Updated 5 years ago
- An efficient and configurable logging framework for C++☆137Updated 4 years ago
- A Super Fast Multithreaded malloc() for 64-bit Machines☆293Updated 6 years ago
- Concurrent Programming Library (Coroutine) for C11☆365Updated 4 years ago
- A hierarchical timer wheel, for implementing timed event queues☆214Updated last year
- Various open addressing hashmap algorithms in C++☆258Updated 4 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆265Updated 16 years ago
- A compressed bitmap class in C++.☆460Updated last year
- [deprecated] For native C atomics, see Turf instead☆519Updated 9 years ago
- Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes☆479Updated 5 years ago
- Self-contained C/C++ profiler library for Linux☆176Updated last year
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆138Updated 6 years ago
- Thread-safe cross-platform event loop library in C++☆184Updated 3 months ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- Various synchronization primitives for multithreaded applications in C++11.☆534Updated 8 years ago
- C++14 high performance non-blocking network IO (based on epoll + boost.context)☆135Updated 7 years ago
- debugs memory leak of running process. Not maintained anymore, try `libleak` please.☆659Updated 7 years ago
- Mordor is a high performance I/O library based on fibers.☆352Updated 8 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- Meta programming utilities for C++14. Merged in matt-42/lithium☆726Updated 6 years ago
- Fast on-disk persistent key-value store☆388Updated 7 years ago
- Distributed search engine in C++14, using nanomsg for communication, bond for serialization.☆67Updated 10 years ago
- A C++ await/yield emulation library for stackless coroutine☆341Updated 2 years ago
- WAFer is a C language-based software platform for scalable server-side and networking applications. Think node.js for C programmers.☆694Updated 8 years ago
- Implementing coroutines, channels, message passing, etc.☆134Updated 4 years ago
- A simple C++ web framework based on Libevent.☆236Updated 10 years ago
- A circular buffer written in C using Posix calls to create a contiguously mapped memory space. BSD Licensed.☆264Updated 4 years ago