一个简单的用户级线程库
☆353Sep 29, 2020Updated 5 years ago
Alternatives and similar repositories for uthread
Users that are interested in uthread are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 红黑树的实现☆290Feb 25, 2018Updated 8 years ago
- ☆170Aug 6, 2019Updated 6 years ago
- 实现一个操作系统内核☆1,900Mar 4, 2023Updated 3 years ago
- A C++ High Performance Web Server☆8,180Sep 27, 2023Updated 2 years ago
- 从零开始的 JSON 库教程☆7,938Jun 14, 2024Updated last year
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- A asymmetric coroutine library for C.☆2,521Dec 16, 2022Updated 3 years ago
- Achieve a tiny STL in C++11☆12,427Oct 27, 2024Updated last year
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,638Dec 8, 2023Updated 2 years ago
- A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀☆2,405Mar 5, 2024Updated 2 years ago
- C++语言实现的线程池,结合windowsIOCP完成端口,实现socket高并发服务端程序☆29May 25, 2018Updated 7 years ago
- Event-driven network library for multi-threaded Linux server in C++11☆16,034Dec 23, 2025Updated 3 months ago
- C++ Linux WebServer服务器☆4,070Dec 2, 2023Updated 2 years ago
- libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since…☆8,683Mar 7, 2024Updated 2 years ago
- ☆10Dec 4, 2017Updated 8 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Linux下C++轻量级WebServer服务器☆19,394Jul 5, 2024Updated last year
- 用C++11的std::atomic<T>实现一个无锁队列☆17Apr 6, 2016Updated 10 years ago
- leveldbd是一个nosql数据库,底层使用leveldb作为存储引擎,提供REST接口☆12Jun 18, 2015Updated 10 years ago
- 基于ucontext实现的C++协程库☆18Jul 27, 2018Updated 7 years ago
- An universal coroutine rpc framework implemented with c++11.☆71Apr 9, 2017Updated 9 years ago
- 知名开源代码库的注释版:C++、Golang等☆1,378Feb 25, 2023Updated 3 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Dec 21, 2016Updated 9 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Mar 15, 2016Updated 10 years ago
- 🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework☆4,724Aug 19, 2023Updated 2 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- A header only fast HTTP parser/generator for C++.☆31Jul 13, 2020Updated 5 years ago
- Go-style concurrency in C++11☆3,308Jul 3, 2023Updated 2 years ago
- 基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试,对httpserver整体提供性能测试。☆545Sep 9, 2020Updated 5 years ago
- A cross platform lock-free and timer-supported C++11 network library.一个跨平台的无锁且支持定时器的C++11网络库。☆30Nov 10, 2021Updated 4 years ago
- A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》☆5,484Feb 27, 2026Updated last month
- 这个项目不再更新,请使用最新的ormpp,支持mysql,sqlite,postgresql多种数据库☆33Nov 29, 2017Updated 8 years ago
- Linux平台下C++(C++98、C++03、C++11)实现的线程池☆646May 1, 2021Updated 4 years ago
- A simple C++ based RPC framework.☆2,042Apr 7, 2023Updated 3 years ago
- 基于c++内存池,共享内存和信号量实现高速的进程间通信队列,单进程读单进程写无需加锁,多进程读多进程写用信号量集实现读写锁保证读写安全☆367May 18, 2020Updated 5 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- 使用 C++ 11 重构陈硕的 muduo 库,去除 boost 依赖。内部实现有 HTTP 服务器,可支持 GET 请求。☆754Feb 23, 2023Updated 3 years ago
- 几年前读Live555的源码的时候做的注释☆11Jan 17, 2019Updated 7 years ago
- a simple coroutine for c++☆21Jun 17, 2018Updated 7 years ago
- c++11 Server based on coroutine and reactor☆110Nov 30, 2021Updated 4 years ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存, 兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 2 years ago
- 从零开始重写sylar C++高性能分布式服务器框架☆382Oct 27, 2025Updated 5 months ago
- This is mini rpc depend on google protobuf.☆12Jul 24, 2019Updated 6 years ago