Event Framework, implemented the coroutine scheduling based on IO events. Support poll, epoll, event port and kqueue.
☆419Sep 12, 2020Updated 5 years ago
Alternatives and similar repositories for ef
Users that are interested in ef are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 从零开始重写sylar C++高性能分布式服务器框架☆382Oct 27, 2025Updated 6 months ago
- 这是一个纯C实现的POSIX风格的协程库,具有极轻量、极高效、用户无感知的特点☆22Dec 17, 2021Updated 4 years ago
- 用于学习“从零开始重写sylar C++高性能分布式服务器框架“,添加了很多注解和文档方便学习☆12Feb 28, 2024Updated 2 years ago
- 纯c版本的协程实现,汇编切换,调度器实现,包含服务器端案例,客户端并发测试案例☆942Nov 29, 2024Updated last year
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,650Dec 8, 2023Updated 2 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Go source code analysis(zh-cn)☆4,040Jul 18, 2022Updated 3 years ago
- c++11 Server based on coroutine and reactor☆110Nov 30, 2021Updated 4 years ago
- A coroutine framework aimed at high-concurrency io with reasonable latency, based on io_uring.☆582Jul 8, 2024Updated last year
- ☆10Jan 8, 2021Updated 5 years ago
- A coroutine scheduler and lightweight network library for libaco☆18Apr 1, 2019Updated 7 years ago
- A Beginner's Optimization Guide to RDMA, Based on Verbs and RDMA-CM, for High-Performance Computing and Disaggregated Memory Systems☆15Sep 30, 2024Updated last year
- Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。☆12,307Mar 10, 2026Updated 2 months ago
- 开发内功修炼☆6,786Sep 14, 2025Updated 7 months ago
- 最全的设计模式讲解。一共 58 种设计模式,包括 GoF 中的 24 种设计模式。☆48Mar 17, 2025Updated last year
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 📚 Go: Under The Hood | Go 语言原本 | https://golang.design/under-the-hood☆4,343Oct 17, 2023Updated 2 years ago
- a high performance server framework☆12Dec 11, 2022Updated 3 years ago
- 7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc f…☆16,897Jul 19, 2024Updated last year
- Example of using gRPC by languages: Golang、Python、PHP☆11Jul 5, 2023Updated 2 years ago
- <Libevent深入浅出>本书要求有一定的服务并发编程基础,了解select和epoll等多路I/O复用机制。☆902Mar 10, 2023Updated 3 years ago
- 📖 Go 程序员面试笔试宝典 | 从问题切入,串连 Go 语言相关的所有知识,融会贯通。 https://golang.design/go-questions☆6,361Feb 27, 2026Updated 2 months ago
- A cloud-native Go microservices framework with cli tool for productivity.☆32,986Apr 27, 2026Updated last week
- 设计模式 Golang实现-《研磨设计模式》读书笔记☆9,023Oct 15, 2025Updated 6 months ago
- Event-driven network library for multi-threaded Linux server in C++11☆16,076Dec 23, 2025Updated 4 months ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- A C++ High Performance Web Server☆8,190Sep 27, 2023Updated 2 years ago
- Source code for ISSTA'24 paper "AI Coders Are Among Us: Rethinking Programming Language Grammar Towards Efficient Code Generation"☆12Oct 21, 2024Updated last year
- ☆186Dec 4, 2023Updated 2 years ago
- sthread(simple-thread):支持高并发的协程网络库☆30Jun 11, 2025Updated 10 months ago
- Async C++ TCP server based on coroutines☆10Oct 2, 2021Updated 4 years ago
- Implementing bplustree base on disk(kv store).☆34Nov 6, 2019Updated 6 years ago
- 4 labs + 2 challenges + 4 docs☆1,590Oct 14, 2023Updated 2 years ago
- Raft一致性算法论文的中文翻译☆6,285Apr 23, 2024Updated 2 years ago
- Lightweight, fast and reliable key/value storage engine based on Bitcask.☆4,883Feb 10, 2026Updated 3 months ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 一个使用C/C++基于epoll实现的高性能的stackfull协程库,通过HOOK阻塞的系统调用,网络IO事件,协程间的同步事件及定时事件驱动协程的调度,通过汇编完成协程的高速切换,支持海量协程创建,支持协程的动态跨线程负载均衡调度,优先级调度,支持协程的栈上溢出检测及协…☆16Apr 17, 2021Updated 5 years ago
- some ideas about asm && plan9 asm video: https://www.bilibili.com/video/BV1Xb411J7Yk☆369Dec 15, 2020Updated 5 years ago
- 深入Go并发编程研讨课☆1,618Apr 19, 2024Updated 2 years ago
- 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)☆20,067Oct 7, 2025Updated 7 months ago
- 高性能轻量级TCP、UDP框架、支持TLS、路由、中间件、WebSocket、事件循环(epoll),百万连接(C1000K)☆163Jun 9, 2023Updated 2 years ago
- Halia is a component-based network application framework for rapid development of maintainable high-performance servers and clients.☆10Jul 17, 2025Updated 9 months ago
- 详细介绍了IO模型☆22Jan 5, 2018Updated 8 years ago