valyala / bytebufferpoolLinks
Anti-memory-waste byte buffer pool
☆1,321Updated last year
Alternatives and similar repositories for bytebufferpool
Users that are interested in bytebufferpool are comparing it to the libraries listed below
Sorting:
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead☆2,330Updated 2 months ago
- Go package implementing bitsets☆1,476Updated 3 weeks ago
- reflect api without runtime reflect.Value cost☆821Updated 10 months ago
- Wrapper types for sync/atomic which enforce atomic access☆1,440Updated 9 months ago
- A golang LRU Cache for high concurrency☆1,391Updated 2 weeks ago
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,880Updated 6 months ago
- Native MurmurHash3 Go implementation☆1,014Updated 2 years ago
- A portable mmap package for Go☆1,085Updated last year
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,077Updated last year
- Rate limiting for go-redis