tearshark / librf
基于C++ Coroutines编写的无栈协程库
☆616Updated 10 months ago
Related projects ⓘ
Alternatives and complementary repositories for librf
- A C++11 RPC framework based on future and protobuf, with utility: timer,ssl,future/promise,log,coroutine,etc☆539Updated 5 months ago
- libuv wrapper in C++11 /libuv C++11网络库☆780Updated 10 months ago
- The modern c++ rpc library implemented in a few hundred lines of code☆438Updated 5 years ago
- Ring-Log是一个高效简洁的C++异步日志, 其特点是效率高(每秒支持至少125万+日志写入)、易拓展,尤其适用于频繁写日志的场景☆412Updated 3 years ago
- cross-platform coroutine library in c++☆830Updated last year
- asio examples☆175Updated 3 months ago
- A coroutine framework aimed at high-concurrency io with reasonable latency, based on io_uring.☆529Updated 4 months ago
- modern C++(C++11), simple, easy to use rpc framework☆1,712Updated 3 months ago
- c++11基础库☆980Updated 5 years ago
- 基于c++内存池,共享内存和信号量实现高速的进程间通信队列,单进程读单进程写无需加锁,多进程读多进程写用信号量集实现读写锁保证读写安全☆345Updated 4 years ago
- Tutorial of Muduo network library☆511Updated 5 years ago
- Examples and toturials for C++ Boost Asio library.☆262Updated 2 years ago
- modern C++ ORM, C++17, support mysql, postgresql,sqlite☆1,281Updated last week
- Boost.Asio C++ Network Programming 中文版(正在重新校对中…)☆223Updated 8 years ago
- a muduo branch without boost and cmake, just using c++11 and makefile☆226Updated 5 years ago
- A distributed service governance framework. 分布式服务治理框架☆408Updated 7 months ago
- A collection of modern C++ libraries, include coro_rpc, struct_pack, struct_json, struct_xml, struct_pb, easylog, async_simple☆1,526Updated this week
- Translation of C++ Templates 2nd | Powered by Obsidian☆344Updated last year
- based on C++11 , a mini threadpool , accept variable number of parameters 基于C++11的线程池,简洁且可以带任意多的参数☆1,011Updated last year
- c++中文周刊☆450Updated this week
- A Header-Only cross-platform C++ TCP network library . We can use vcpkg(https://github.com/Microsoft/vcpkg/tree/master/ports/brynet) ins…☆1,051Updated 2 months ago
- Header only c++ network library, based on asio,support tcp,udp,http,websocket,rpc,ssl,icmp,serial_port,socks5.☆798Updated last month
- Template meta programming package by C++11.☆131Updated 8 years ago
- C++ network library based on `libgo`.☆248Updated 5 years ago
- Linux平台下C++(C++98、C++03、C++11)实现的线程池☆623Updated 3 years ago
- 《C++ 17 The Complete Guide》- 翻译中☆472Updated last year
- Simple, light-weight and easy-to-use asynchronous components☆1,692Updated this week
- 一个C++的轻量级的分布式服务器引擎, 架构思想为一切皆service.