hankai17 / quic-fiberLinks
A QUIC implementation in C++11 coroutine
☆94Updated last year
Alternatives and similar repositories for quic-fiber
Users that are interested in quic-fiber are comparing it to the libraries listed below
Sorting:
- 基于协程和事件循环的c++网络库☆60Updated 5 years ago
- 协程化的轻量级高性能网络库☆40Updated 2 years ago
- Build your own VectorDB with C++☆31Updated 8 months ago
- A small Key-Value storage engine written in C++.☆109Updated 2 years ago
- A C++ High Performance Web Server using io_uring and cpp20 coroutine☆125Updated 3 years ago
- ioCoro is an async-IO service framework based on cpp20Coroutine☆76Updated last year
- Writing a sqlite clone from scratch in C++☆132Updated 2 years ago
- 基于epoll实现的C++版内网穿透☆196Updated 2 years ago
- Pure copy from sylar☆16Updated 3 years ago
- 负载均衡远程服务调度系统☆192Updated 2 years ago
- A C++17-based lightweight high-performance network library☆258Updated 2 years ago
- A high performance multithread C++ network library for linux.☆66Updated 5 years ago
- 创建一个用户态的TCP/IP协议栈。基于Linux内核的TCP/IP协议栈,Xiaochen Wang's TCP/IP stack 和 Level-IP这三个项目构建的。同时它也是一个中文教程,可以帮助自己(或者看到此教程的人)更好的理解计算机网络,更好的理解协议栈。☆85Updated 4 years ago
- 学员学习过程,课程总结的文章集锦,包含linux c/c++服务器,音视频,内核,dpdk,golang☆123Updated 3 years ago
- 基于 Connect UDP 和自定义网络协议(简单请求响应协议) 、Reactor 网络模型(one loop per thread + 线程池) 的 轻量RPC框架!☆22Updated last year
- libevent source code analysis☆63Updated 2 years ago
- A runtime for writing asynchronous applications with Modern C++, based on C++20 coroutine and liburing (io-uring)☆106Updated 4 months ago
- c++ Json library☆50Updated last week
- yfs是一个分布式文件系统(mit6.824)☆73Updated 6 years ago
- 从零实现TCP/IP协议栈。实现ARP/IP(含分片与重组)/UDP/TCP等协议☆63Updated 2 years ago
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆85Updated 4 years ago
- Multithreaded network library in C++17☆91Updated 3 years ago
- C/C++/Golang/Linux...知识整理☆98Updated 6 months ago
- A lightweight c++11 symetric coroutine library which can be used for network programming.☆47Updated 4 years ago
- A C++ implemented stackful, asymmetric coroutine library.☆17Updated 4 years ago
- 一个基于LSM树的单机KV存储引擎☆13Updated last year
- An C++ implementation of RAFT consensus algorithm based on jrpc☆79Updated 7 years ago
- 操作系统层面提供的 API 会在相当长的时间内保持接口不变,一旦学成,终生受用。理解和掌握这些基础 socket API 不仅可以最大化地去定制各种网络通信框架,更不用说使用市面上流行的网络通信库了,最重要的是,它会是你排查各种网络疑难杂症坚实的技术保障。☆83Updated 6 years ago
- c++20 coroutine with epoll and queue☆106Updated last year
- Libco 源码分析