jhunters / bigqueueLinks
Golang implements for BigQueue
☆58Updated 2 years ago
Alternatives and similar repositories for bigqueue
Users that are interested in bigqueue are comparing it to the libraries listed below
Sorting:
- Interface for mmap syscall to provide safe and efficient access to memory☆68Updated 4 years ago
- Write ahead Raft log for Go☆58Updated 4 years ago
- Package netpoll implements a network poller based on epoll/kqueue.☆59Updated last year
- Package for getting the runtime ID of a goroutine☆45Updated last year
- Load file-backed memory☆122Updated 2 years ago
- Fast event-loop networking for Go (the lite version)☆72Updated 4 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated 2 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆39Updated 2 years ago
- First redis RESP3 protocol library in Go☆88Updated last year
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- Memory store like map[string]interface{} with better performance when reuse memory☆19Updated 2 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.