shaovie / goev
goev is a lightweight, concise i/o event demultiplexer implementation in Go
☆191Updated last year
Alternatives and similar repositories for goev
Users that are interested in goev are comparing it to the libraries listed below
Sorting:
- High-performance timer implementation based on 5-level time wheel. 高性能定时器(5级时间轮,最小堆)[从零实现]☆281Updated 5 months ago
- Simple and high-performance data structures and algorithms library☆59Updated 7 months ago
- a simple netpoll implemented using go☆78Updated last year
- 高性能websocket库, Callback写法,在高频cpu上有不俗表现 https://github.com/antlabs/quickws-example☆102Updated 11 months ago
- go-optioner is a tool for generating functional options pattern in Go code. This tool can automatically generate corresponding options co…☆63Updated 11 months ago
- Stream API for Go.☆92Updated 3 years ago
- golang epoll实现☆87Updated last year
- golang timewheel similar to glang std timer☆294Updated last year
- Experimental packages not in std and golang.org/exp☆78Updated 5 months ago
- A generics based dependency injection application framework for Go, supporting aspect oriented programming based on interceptors☆186Updated last week
- A faster Protobuf serializer & deserializer.☆96Updated 9 months ago
- Speed up the memory allocation and improve the garbage collection performance.☆54Updated last year
- ☆99Updated last year
- A in-process MapReduce library to help you optimizing service response time or concurrent task processing.☆172Updated 10 months ago
- pcopy是深度拷贝库,相比上个版本(v0.0.10),性能提升4-10倍☆91Updated last month
- minimalist in-memory kv storage, powered by hashmap and minimal quad heap.☆50Updated last year
- Provides some convenient API, includes Goid(), GetG() and LocalStorage, which is a goroutine's local storage, just like ThreadLocal in ot…☆116Updated 2 years ago
- 🗃 Generic cache use and cache manage. Provide a unified usage API by packaging various commonly used drivers. Support File, Memory, Red…☆196Updated last month
- ☆138Updated last week
- Examples of gnet☆272Updated 5 months ago
- 100w连接仅需500-700MB内存,针对海量连接特别优化的websocket库(kqueue, epoll),高性能,callback写法,在服务器cpu上有不俗表现 https://github.com/antlabs/greatws-example☆84Updated 9 months ago
- lock-free queue and other implementations☆128Updated last year
- Lightweight Go SDK used as Proxyless Service Governance☆137Updated last month
- 一个拥有分片机制的轻量级内存缓存库,API 友好,支持多种数据淘汰机制 - An api friendly memory-based cache☆33Updated 2 months ago
- A complete solution to reload your go code without restarting your server, interrupting or blocking any ongoing procedure.☆395Updated last year
- 让 Go 便捷使用装饰器的工具,装饰器能够切面 (AOP)、代理 (Proxy) 任意的函数和方法,提供观察和控制函数的能力。go-decorator is a tool that allows Go to easily use decorators. The decora…☆75Updated 3 months ago
- Service Reliability Algorithm☆206Updated last year
- send/receive framed data via TCP or QUIC☆184Updated last year
- ☆84Updated 4 years ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆573Updated 2 months ago