growvv / uthread
这是一个纯C实现的POSIX风格的协程库,具有极轻量、极高效、用户无感知的特点
☆21Updated 3 years ago
Alternatives and similar repositories for uthread:
Users that are interested in uthread are comparing it to the libraries listed below
- 基于协程和事件循环的c++网络库☆58Updated 5 years ago
- ioCoro is an async-IO service framework based on cpp20Coroutine☆77Updated last year
- c++ Json library☆47Updated last month
- 《深入理解文件系统原理和实践》pdf, ISBN: 978-7-89381-214-9☆21Updated 8 months ago
- c++20 coroutine with epoll and queue☆78Updated last year
- C++20协程net,基于epoll,可以方便地使用await语法☆27Updated last year
- 高性能的c++日志库☆69Updated 3 years ago
- A lightweight c++11 symetric coroutine library which can be used for network programming.☆47Updated 4 years ago
- Summaries and notes on pthreads programming.☆56Updated 6 years ago
- A runtime for writing asynchronous applications with Modern C++, based on C++20 coroutine and liburing (io-uring)☆93Updated 3 months ago
- 协程化的轻量级高性能网络库☆40Updated last year
- Coroutine C++ Workflow based on C++ 20☆63Updated 2 weeks ago
- tcp socket with support of c++20 coroutine (coroutine TS)☆23Updated last year
- A small Key-Value storage engine written in C++.☆105Updated last year
- ☆148Updated 5 months ago
- Linux下高性能服务器,详细梳理后台各个知识点☆30Updated 4 years ago
- Linux 源码分析☆59Updated 3 years ago
- 高性能网络设计——网络编程(网络io与select、poll、epoll,reactor原理与实现、http服务器实现、websocket协议与服务器实现)与网络原理(服务器百万并发,网络协议栈,UDP可靠传输协议QUIC),协程框架NtyCo的实现, 用户态协议栈NtyTc…☆28Updated 2 years ago
- A high performance multithread C++ network library for linux.☆64Updated 5 years ago
- Multithreaded network library in C++17☆87Updated 2 years ago
- 高性能博客系统☆27Updated 5 years ago
- 📚一个三级缓存的高并发内存池☆51Updated 5 years ago
- Message queue and thread pool implementations of C++ Workflow☆32Updated 5 months ago
- 实现的一个简易的 C++ 序列化库☆74Updated 2 years ago
- 创建一个用户态的TCP/IP协议栈。基于Linux内核的TCP/IP协议栈,Xiaochen Wang's TCP/IP stack 和 Level-IP这三个项目构建的。同时它也是一个中文教程,可以帮助自己(或者看到此教程的人)更好的理解计算机网络,更好的理解协议栈。☆76Updated 3 years ago
- 使用 C++ 17 编写的高并发高性能网络库☆10Updated 3 years ago
- C语言本身没有协程,经过调研,结合腾讯libco和风云博主的libcoroutine,开发了自己的协程库,比libco轻载,比libcoroutine性能高☆10Updated last year
- 用c语言setjmp和longjmp实现的 一个最基本的协程☆34Updated 8 years ago