rescrv / eLinks
Library containing high-performance datastructures and utilities for C++
☆74Updated 8 years ago
Alternatives and similar repositories for e
Users that are interested in e are comparing it to the libraries listed below
Sorting:
- Lthread C++11 binding☆11Updated 10 years ago
- Boost.Asio wrapper over uTorrent's uTP library☆27Updated 4 years ago
- A compiler for my educational research programming language that supports homogeneous metaprogramming☆20Updated 8 years ago
- Go-style coroutines and channels for C++☆33Updated 11 years ago
- ☆21Updated 6 years ago
- Overridable universal operator overloading for C++14☆20Updated 10 years ago
- Feed-forward Bloom filters☆52Updated 14 years ago
- ASIO Cooperative Task for await-based coroutine☆15Updated 6 years ago
- Sample implementation of a proposed C++ hashing framework☆29Updated 9 years ago
- Fast cross-platform async network library☆16Updated 5 years ago
- Take 1 TCP listen socket and duplicate it across N threads so you get some sweet multi-thread action happening☆25Updated 4 years ago
- ☆32Updated 7 years ago
- Lock-free multithreaded memory allocation☆106Updated 8 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- ☆18Updated 8 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆34Updated 9 years ago
- A dependency-based coroutine scheduler☆45Updated 8 years ago
- BusyBee is a high-performance messaging layer☆40Updated 8 years ago
- C++11 Work-Stealing Task Scheduler☆36Updated 5 years ago
- Durable dead simple queue that allows zero copy semantics. Durable under failure!☆18Updated 9 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- A minimalist approach to parsing JSON properly using SpiritV2