Event Framework, implemented the coroutine scheduling based on IO events. Support poll, epoll, event port and kqueue.
☆423Sep 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
Sorting:
- 《深度探索Go语言》示例代码。☆24Sep 25, 2022Updated 3 years ago
- 纯c版本的协程实现,汇编切换,调 度器实现,包含服务器端案例,客户端并发测试案例☆940Nov 29, 2024Updated last year
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,635Dec 8, 2023Updated 2 years ago
- Go source code analysis(zh-cn)☆4,042Jul 18, 2022Updated 3 years ago
- A coroutine scheduler and lightweight network library for libaco☆18Apr 1, 2019Updated 6 years ago
- 开发内功修炼☆6,774Sep 14, 2025Updated 5 months ago
- 详细介绍了IO模型☆22Jan 5, 2018Updated 8 years ago
- A coroutine framework aimed at high-concurrency io with reasonable latency, based on io_uring.☆586Jul 8, 2024Updated last year
- ☆187Dec 4, 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
- <Libevent深入浅出>本书要求有一定的服务并发编程基础,了解select和epoll等多路I/O复用机制。☆898Mar 10, 2023Updated 2 years ago
- Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。☆12,303Feb 25, 2026Updated last week
- 高性能轻量级TCP、UDP框架、支持TLS、路由、中间件、WebSocket、事件循环(epoll),百万连接(C1000K)☆162Jun 9, 2023Updated 2 years ago
- 📚 Go: Under The Hood | Go 语言原本 | https://golang.design/under-the-hood☆4,354Oct 17, 2023Updated 2 years ago
- c++ async rpc framework. 14w+qps.☆1,625Oct 18, 2023Updated 2 years ago
- swoole内核剖析,基于swoole4.1.0☆27Oct 11, 2018Updated 7 years ago
- rdma新手优化教程,基于verbs和rdmacm,用于高性能计算与分离式内存系统☆15Sep 30, 2024Updated last year
- logagent是一个golang编写的高并发,高容错的分布式日志收集系统☆10Mar 23, 2019Updated 6 years ago
- ☆10Jan 8, 2021Updated 5 years ago
- a high performance server framework☆12Dec 11, 2022Updated 3 years ago
- DDE optional clipboard manager componment☆12Updated this week
- Example of using gRPC by languages: Golang、Python、PHP☆11Jul 5, 2023Updated 2 years ago
- Ring-Log是一个高效简洁的C++异步日志, 其特点是效率高(每秒支持至少125万+日志写入)、易拓展,尤其适用于频繁写日志的场景☆429Jun 27, 2021Updated 4 years ago
- A high-performance non-blocking I/O networking framework focusing on RPC scenarios.☆4,539Updated this week
- Redis high available solution for c++☆29Jan 15, 2026Updated last month
- sthread(simple-thread):支持高并发的协程网络库☆30Jun 11, 2025Updated 8 months ago
- fast thread pool☆29Dec 13, 2018Updated 7 years ago
- zookeeper c++ client ,包含服务发现,服务注册,分布式锁等☆21Sep 29, 2016Updated 9 years ago
- 📖 Go 程序员面试笔试宝典 | 从问题切入,串连 Go 语言相关的所有知识,融会贯通。 https://golang.design/go-questions☆6,336Feb 27, 2026Updated last week
- NFShmServer 是一个使用C++开发的轻量级,敏捷型,弹性的,分布式的共享内存的插件开发框架, 让你更快更简单的开发服务端应用. 部分思路来自UE4和Ogre.(当前主要用在游戏领域) 我写的开源架构,前几年开源过,后来自己做项目,又没开源了,现在没搞项目了,加上修…☆77Feb 15, 2023Updated 3 years ago
- A cloud-native Go microservices framework with cli tool for productivity.☆32,759Updated this week
- EasyX tutorial for BUAA Soft 2023 Summer☆13Mar 21, 2024Updated last year
- cherry框架新手示例☆12Jun 29, 2025Updated 8 months ago
- 一个使用C/C++基于epoll实现的高性能的stackfull协程库,通过HOOK阻塞的系统调用,网络IO事件,协程间的同步事件及定时事件驱动协程的调度,通过汇编完成协程的高速切换,支持海量协程创建,支持协程的动态跨线程负载均衡调度,优先级调度,支持协程的栈上溢出检测及协…☆16Apr 17, 2021Updated 4 years ago
- an encrypted UDP connection between two peers using QUIC☆28May 7, 2024Updated last year
- 4 labs + 2 challenges + 4 docs☆1,584Oct 14, 2023Updated 2 years ago
- 7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc f…☆16,837Jul 19, 2024Updated last year
- 设计模式 Golang实现-《研磨设计模式》读书笔记☆9,031Oct 15, 2025Updated 4 months ago
- A game server framework in Golang go(Golang) 游戏服务器框架 websocket 例子☆27Jul 18, 2018Updated 7 years ago