y001j / uringnetLinks
UringNet is a lightweight and high performance network I/O framework. . The foundation of UringNet is io_uring - a new async IO interface
☆123Updated last month
Alternatives and similar repositories for uringnet
Users that are interested in uringnet are comparing it to the libraries listed below
Sorting:
- ☆123Updated 2 years ago
- Experimental packages not in std and golang.org/exp☆80Updated 11 months ago
- The `io_uring` library and runtime for GO☆151Updated 7 months ago
- A fast file-based priority queue☆57Updated last year
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆163Updated 2 years ago
- High performance LRU cache☆239Updated last month
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- ☆255Updated last week
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆118Updated 2 years ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆43Updated 2 years ago
- Simple building blocks for protobuf marshaling and unmarshaling☆235Updated this week
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- high performance in-memory cache☆355Updated 2 months ago
- A simple and efficient thread-safe sharded hashmap for Go☆246Updated 6 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- A fast little LRU cache for Go☆174Updated 2 years ago
- Off heap golang memory pool