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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 这是一个纯C实现的POSIX风格的协程库,具有极轻量、极高效、用户无感知的特点☆22Dec 17, 2021Updated 4 years ago
- 用于学习“从零开始重写sylar C++高性能分布式服务器框架“,添加了很多注解和文档方便学习☆12Feb 28, 2024Updated 2 years ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,642Dec 8, 2023Updated 2 years ago
- 《深度探索Go语言》示例代码。☆24Sep 25, 2022Updated 3 years ago
- Go source code analysis(zh-cn)☆4,040Jul 18, 2022Updated 3 years ago
- NordVPN Special Discount Offer • AdSave on top-rated NordVPN 1 or 2-year plans with secure browsing, privacy protection, and support for for all major platforms.
- 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.☆587Jul 8, 2024Updated last year
- ☆10Jan 8, 2021Updated 5 years ago
- A coroutine scheduler and lightweight network library for libaco☆18Apr 1, 2019Updated 6 years ago
- rdma新手优化教程,基于verbs和rdmacm,用于高性能计算与分离式内存系统☆15Sep 30, 2024Updated last year
- c++ async rpc framework. 14w+qps.☆1,647Oct 18, 2023Updated 2 years ago
- Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。☆12,307Mar 10, 2026Updated 2 weeks ago
- 开发内功修炼☆6,776Sep 14, 2025Updated 6 months ago
- swoole内核剖析,基于swoole4.1.0☆27Oct 11, 2018Updated 7 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- EasyX tutorial for BUAA Soft 2023 Summer☆13Mar 21, 2024Updated 2 years ago
- 最全的设计模式讲解。一共 58 种设计模式,包括 GoF 中的 24 种设计模式。☆48Mar 17, 2025Updated last year
- A high-performance non-blocking I/O networking framework focusing on RPC scenarios.☆4,546Mar 11, 2026Updated 2 weeks ago
- 📚 Go: Under The Hood | Go 语言原本 | https://golang.design/under-the-hood☆4,350Oct 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,872Jul 19, 2024Updated last year
- <Libevent深入浅出>本书要求有一定的服务并发编程基础,了解select和epoll等多路I/O复用机 制。☆899Mar 10, 2023Updated 3 years ago
- 📖 Go 程序员面试笔试宝典 | 从问题切入,串连 Go 语言相关的所有知识,融会贯通。 https://golang.design/go-questions☆6,350Feb 27, 2026Updated last month
- A cloud-native Go microservices framework with cli tool for productivity.☆32,844Updated this week
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click and start building anything your business needs.
- 设计模式 Golang实现-《研磨设计模式》读书笔记☆9,029Oct 15, 2025Updated 5 months ago
- Event-driven network library for multi-threaded Linux server in C++11☆16,022Dec 23, 2025Updated 3 months ago
- A C++ High Performance Web Server☆8,182Sep 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 9 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,585Oct 14, 2023Updated 2 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- Raft一致性算法论文的中文翻译☆6,283Apr 23, 2024Updated last year
- Bloom filter in Golang with hashing efficiency trick☆12Jul 21, 2015Updated 10 years ago
- Lightweight, fast and reliable key/value storage engine based on Bitcask.☆4,879Feb 10, 2026Updated last month
- 一个使用C/C++基于epoll实现的高性能的stackfull协程库,通过HOOK阻塞的系统调用,网络IO事件,协程间的同步事件及定时事件驱动协程的调度,通过汇编完成协程的高速切换,支持海量协程创建,支持协程的动态跨线程负载均衡调度,优先级调度,支持协程的栈上溢出检测及协…☆16Apr 17, 2021Updated 4 years ago
- some ideas about asm && plan9 asm video: https://www.bilibili.com/video/BV1Xb411J7Yk☆369Dec 15, 2020Updated 5 years ago
- 深入Go并发编程研讨课☆1,620Apr 19, 2024Updated last year
- 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)☆20,057Oct 7, 2025Updated 5 months ago