一个简单的用户级线程库
☆352Sep 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:
- 红黑树的实现☆287Feb 25, 2018Updated 8 years ago
- ☆172Aug 6, 2019Updated 6 years ago
- 实现一个操作系统内核☆1,901Mar 4, 2023Updated 3 years ago
- A C++ High Performance Web Server☆8,219Sep 27, 2023Updated 2 years ago
- 从零开始的 JSON 库教程☆7,929Jun 14, 2024Updated 2 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- A asymmetric coroutine library for C.☆2,521Dec 16, 2022Updated 3 years ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,661Dec 8, 2023Updated 2 years ago
- Achieve a tiny STL in C++11☆12,461Oct 27, 2024Updated last year
- C++语言实现的线程池,结合windowsIOCP完成端口,实现socket高并发服务端程序☆29May 25, 2018Updated 8 years ago
- A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀☆2,400Mar 5, 2024Updated 2 years ago
- Event-driven network library for multi-threaded Linux server in C++11☆16,200Dec 23, 2025Updated 6 months ago
- C++ Linux WebServer服务器☆4,111Dec 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,682Mar 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,617Jul 5, 2024Updated 2 years ago
- 用C++11的std::atomic<T>实现一个无锁队列☆17Apr 6, 2016Updated 10 years ago
- leveldbd是一个nosql数据库,底层使用leveldb作为存储引擎,提供REST接口☆13Jun 18, 2015Updated 11 years ago
- An universal coroutine rpc framework implemented with c++11.☆71Apr 9, 2017Updated 9 years ago
- 知名开源代码库的注释版:C++、Golang等☆1,373Feb 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,649Aug 19, 2023Updated 2 years ago
- A header only fast HTTP parser/generator for C++.☆31Jul 13, 2020Updated 6 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Go-style concurrency in C++11☆3,306Jul 3, 2023Updated 3 years ago
- 基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试,对httpserver整体提供性能测试。☆544Sep 9, 2020Updated 5 years ago
- A cross platform lock-free and timer-supported C++11 network library.一个跨平台的无锁且支持定时器的C++11网络库。☆31Nov 10, 2021Updated 4 years ago
- A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》☆5,485Feb 27, 2026Updated 4 months ago
- Linux平台下C++(C++98、C++03、C++11)实现的线程池☆649May 1, 2021Updated 5 years ago
- 这个项目不再更新,请使用最新的ormpp,支持mysql,sqlite,postgresql多种数据库☆33Nov 29, 2017Updated 8 years ago
- A simple C++ based RPC framework.☆2,036Apr 7, 2023Updated 3 years ago
- 基于c++内存池,共享内存和信号量实现高速的进程间通信队列,单进程读单进程写无需加锁,多进程读多进程写用信号量集实现读写锁保证读写安全