traetox / goaio
Kernel based asynchronous IO library in pure golang
☆78Updated 3 years ago
Alternatives and similar repositories for goaio
Users that are interested in goaio are comparing it to the libraries listed below
Sorting:
- Write-ahead log in Golang☆41Updated 3 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆68Updated 4 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 6 years ago
- Raft in-memory backend implementation with persistence☆84Updated 4 years ago
- Connection multiplexer for GoLang: serve different services on the same port!☆90Updated 2 weeks ago
- a small circular ring buffer library in go / golang☆188Updated 6 years ago
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 5 years ago
- An epoll(7)-based file-descriptor multiplexer.☆105Updated 8 years ago
- Pure Go implementation of xxHash (32 and 64 bits versions)☆60Updated 4 years ago
- Golang port of simdjson☆86Updated 5 years ago
- Implementation of the CRUSH Algorithm in Go☆32Updated 4 years ago
- Write ahead Raft log for Go☆57Updated 4 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- A scalable lock-free channel.☆135Updated 9 years ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- Golang porting for Curator☆50Updated 9 years ago
- ☆26Updated this week
- Go SCSI emulation via the Linux TCM in Userspace module☆54Updated 7 years ago
- A simple and efficient LRU cache package for Go☆37Updated 2 years ago
- Package taskstats provides access to Linux's taskstats interface, for sending per-task and per-process statistics from the kernel to user…☆65Updated last month
- Child process reaping utilities for Go