xuanyi-fu / xynet
network library based on io_uring and C++20 coroutine
☆101Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for xynet
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆284Updated 3 months ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆65Updated last year
- c++20 coroutine with epoll and queue☆74Updated 10 months ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆142Updated 4 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆112Updated 6 years ago
- A C++ High Performance Web Server using io_uring and cpp20 coroutine☆112Updated 2 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆125Updated 3 years ago
- High performance HTTP server built on C++20 coroutines and io_uring☆143Updated 3 months ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆74Updated 6 years ago
- ioCoro is an async-IO service framework based on cpp20Coroutine☆77Updated last year
- µcoro☆64Updated last week
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 2 years ago
- 无锁链表vs加锁链表(性能对比)☆38Updated 6 years ago
- A highly optimized single producer single consumer message queue C++ template☆249Updated 2 years ago
- Lock-free implementation of the token bucket algorithm in C++☆54Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆85Updated last year
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- An event-driven c library open source by taobao originally and maintain here☆20Updated 4 years ago
- Async GRPC with C++20 coroutine support☆75Updated 2 years ago
- W-TinyLFU cache C++11 header only implementation☆55Updated 6 years ago
- ☆76Updated last year
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆70Updated 2 months ago
- Boost.Lockfree☆125Updated this week
- A runtime for writing asynchronous applications with Modern C++, based on C++20 coroutine and liburing (io-uring)☆91Updated last month
- Coroutine C++ Workflow based on C++ 20☆60Updated last week
- CN-CppUserGroup-2019-1,lock-free queue demo☆86Updated 4 years ago
- a highly cache-friendly hash table☆45Updated 2 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…☆48Updated 6 years ago
- A lock-free multi-producer multi-consumer ring buffer FIFO queue.☆173Updated 4 years ago