🗃️ [高性能内存缓存库] Goroutine-safe, high-performance in-memory cache, optimized for reads over writes, with expiration, rich API, and support for generics.
🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go, inspired by fasthttp./ ants 是一个高性能且低损耗的 goroutine 池。forked from panjf2000/ants
高效的 JSON 字符串生成器, generate json string by one memory allocation forked from darjun/json-gen
🔥 BytesPool, []byte 复用字节切片, 实现内存零分配. Reuse used byte slices to achieve zero allocation.
FreeLRU - A GC-less, fast and generic LRU hashmap library for Go forked from elastic/go-freelru
高性能并发安全同步扩展库 `Counter` `Map` `MPMCQueue` `RBMutex`, Concurrent data structures for Go
🌈 读写性能更优的 sync.Map. a thread-safe concurrent map for go. forked from orcaman/concurrent-map
supporting super fast zlib, gzip, and deflate compression, using cgo, libdeflate (optimized zlib) for go. forked from 4kills/go-libdeflate/v2