rnburn / coeventLinks
Asynchronous coroutines networking library for C++
☆10Updated 6 years ago
Alternatives and similar repositories for coevent
Users that are interested in coevent are comparing it to the libraries listed below
Sorting:
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆210Updated 2 years ago
- The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the L…☆22Updated last month
- A disruptor thread-synchronisation data structure for C++11.☆138Updated 2 years ago
- C++11 tools for low latency systems. LMAX Disruptor, Ring, Ring Allocator.☆32Updated 5 years ago
- Go-like channels for ASIO C++20 coroutines☆40Updated last year
- Fast integer to string and string to integer conversion functions☆23Updated 2 years ago
- Boost::ASIO low-level redis client (connector)☆146Updated 2 years ago
- An implementation of Seqlock in C++11☆224Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Safe and easy to use C++17 HTTP client library.☆70Updated 3 weeks ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- fixpp - A modern C++ FIX library☆85Updated last year
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- C++17 inplace_string implementation☆97Updated 7 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- Continuations for C++ std::future<> types☆53Updated last year
- C++ coroutine based networking library (WIP)☆39Updated 6 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- C++ buffer class that allows you to write a stream of individual bits and bytes☆27Updated 4 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- Heap allocation free version of C++11 std::function☆57Updated 4 years ago
- Session-based Beast/Asio wrapper requiring C++14☆67Updated 4 years ago
- Tick-to-trade latency benchmark sources☆17Updated 8 years ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆71Updated 10 months ago
- C++ framework for rapid server development☆76Updated last year
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆80Updated 6 years ago
- Serialization/deserialization in a raw buffer like flatbuffer, but you do not need any IDL file and it is much more efficient either in s…☆49Updated 7 years ago