patrykstefanski / async-benchLinks
A benchmark of approaches to writing server applications
☆22Updated 5 years ago
Alternatives and similar repositories for async-bench
Users that are interested in async-bench are comparing it to the libraries listed below
Sorting:
- c++ serialize and deserialize adaptor library like rust serde.rs☆112Updated last month
- An efficient, composable design pattern for range processing☆134Updated 11 months ago
- Yet another blazingly fast SPSC queue.☆42Updated 8 months ago
- Low Latency Ring-Buffer | Atomic Smart Pointer | Lock & Wait Free Utilities☆77Updated last year
- Very fast lock-free queue (thread safe)☆179Updated 6 months ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆160Updated 6 months ago
- Untrusted IPC with maximum performance and minimum latency. On Rust, on Linux.☆158Updated 3 years ago
- Rust wrapper for Eclipse iceoryx™ - true zero-copy inter-process-communication☆91Updated last year
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Updated 4 years ago
- Simple interoperability between C++ coroutines and asynchronous Rust☆265Updated 5 months ago
- A lightweight implementation of fibers (stackful coroutines) using Boost.ASIO and Boost.Context☆11Updated 5 years ago
- Implementation of triple buffering in Rust☆105Updated 2 months ago
- My implementation of a C++ Result<T, E> type inspired by Rust☆358Updated last year
- A lightweight C++11-compatible error-handling mechanism☆311Updated 3 years ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆83Updated 2 months ago
- Serialization framework for C++, inspired on serde-rs for Rust.☆52Updated last year
- Continuations for C++ std::future<> types☆53Updated 2 years ago
- A concurrent, spsc ring-buffer with sized reservations☆102Updated 5 years ago
- An example repo to setup cxx (Rust FFI library) with the CMake build system.☆100Updated last year
- CMake Rust Language Support☆174Updated 3 months ago
- A Rust implementation of OS provided synchronization primitives☆62Updated 2 years ago
- Futures and thread pool for C++ (with optional Qt support)☆130Updated 5 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆232Updated 2 years ago
- Ultra fast and low latency C++ Logging library with flexible configuration and high throughput in multithreaded environment☆169Updated 6 months ago
- AtomicRingBuffer is a constant-size almost lock-free ring buffer with low memory overhead in Rust☆42Updated last year
- A library for events and fibers☆37Updated 5 years ago
- Lower-latency OpenMP-style minimalistic scoped thread-pool designed for 'Fork-Join' parallelism in Rust and C++, avoiding memory allocati…☆307Updated 3 months ago
- Async (co_await/co_return) code for c++. This is a base library providing building blocks.☆102Updated last month
- ☆40Updated 4 years ago