Wkh3 / kcp-cppLinks
Implementation of kcp protocol based on c++11
☆22Updated 3 years ago
Alternatives and similar repositories for kcp-cpp
Users that are interested in kcp-cpp are comparing it to the libraries listed below
Sorting:
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆87Updated 5 years ago
- A high performance multithread C++ network library for linux.☆68Updated 6 years ago
- Coroutine Workflow based on C++ 20☆70Updated last month
- asio examples☆223Updated 3 months ago
- c++20 coroutine with epoll and queue☆116Updated 2 years ago
- 基于协程和事件循环的c++网络库☆63Updated 6 years ago
- some different implementations of queue and test result☆33Updated 3 years ago
- Multithreaded network library in C++17☆93Updated 3 years ago
- 基于C++ Coroutines编写的无栈协程库☆627Updated 2 years ago
- a simple network library☆191Updated 5 years ago
- Ring-Log是一个高效简洁的C++异步日志, 其特点是效率高(每秒支持至少125万+日志写入)、易拓展,尤其适用于频繁写日志的场景☆429Updated 4 years ago
- A logger for c++11 or above that aims to ensure the simplicity of the API while ensuring efficiency.☆38Updated last year
- 腾讯开源框架Tars源码学习笔记---从头搭建Tars rpc☆111Updated 7 years ago
- kimgbo是muduo网络库的重构版本☆136Updated 8 years ago
- 基于c++内存池,共享内存和信号量实现高速的进程间通信队列,单进程读单进程写无需加锁,多进程读多进程写用信号量集实现读写锁保证读写安全☆368Updated 5 years ago
- Tiny and simple c++ rpc library☆86Updated 7 years ago
- C++ Wrapper around KCP☆102Updated 3 years ago
- In this repository, I can teach you how to write an excellent rpc lib using C++.☆73Updated 6 years ago
- A C++ implementation of an industrial-grade high-performance asynchronous network library, based on asio, similar to Python's asyncio, de…☆62Updated last year
- A lightweight c++11 symetric coroutine library which can be used for network programming.☆48Updated 5 years ago
- <-- workflow 中文注释 / demos / 源码解析☆309Updated 3 years ago
- ☆46Updated 3 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆75Updated 6 years ago
- A C++11 RPC framework based on future and protobuf, with utility: timer,ssl,future/promise,log,coroutine,etc☆552Updated last year
- ☆160Updated last year
- A distributed service governance framework. 分布式服务治理框架☆434Updated last year
- c++11 Server based on coroutine and reactor☆109Updated 4 years ago
- c++工具库☆107Updated 4 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆82Updated 5 months ago
- libevent source code analysis☆62Updated 3 years ago