linxGnu / pqueue
A fast durable queue for Go
☆25Updated 4 months ago
Alternatives and similar repositories for pqueue:
Users that are interested in pqueue are comparing it to the libraries listed below
- fastest lockfree cache library for go application☆50Updated 4 months ago
- Fast Concurrent / Parallel Sorting in Go☆136Updated 10 months ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆70Updated 3 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 7 months ago
- Streaming JSON encoding for Golang☆30Updated 3 months ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated 2 years ago
- WebSocket for fasthttp☆63Updated 2 weeks ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆87Updated 7 months ago
- fast int64-int64 map for go☆95Updated 2 years ago
- Intuitive wrapper types enforcing atomic access for lock-free concurrency☆26Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- Demo API to play with io_uring in Go☆63Updated 4 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆74Updated 10 years ago
- Database client library, proxy for any master slave, master master structures. Lightweight, performant and auto balancing in mind.☆102Updated 11 months ago
- ☆27Updated last year
- efficient client ⚡️☆75Updated last year
- A distributed service for monotonically increasing tickets.☆43Updated 5 years ago
- A buffer pool file I/O library for Go☆54Updated 3 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- Golang implementation of fine-grained mutex for per key in a map. Better performance than one giant mutex.☆34Updated 4 years ago
- go-judy is a Go language wrapper of the Judy array implementation at http://judy.sourceforge.net.☆29Updated 11 years ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆113Updated last year
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websites☆65Updated 2 years ago
- Miscellaneous Go hacks☆234Updated last month
- Make hashicorp/raft communicate over gRPC☆50Updated 8 months ago
- A fast WebSocket implementation for fasthttp and net/http. Supporting concurrent R/W operations by default.☆88Updated 3 years ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- Fastest and most efficient goroutine pool (experimental)☆137Updated 2 years ago
- Cache that tries to keep data local for the goroutine and reduce synchronization overhead, but keep it is safe for concurrent use.☆45Updated 4 years ago