mkmik / syncpoolLinks
generic sync.Pool
☆17Updated last week
Alternatives and similar repositories for syncpool
Users that are interested in syncpool are comparing it to the libraries listed below
Sorting:
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- A scriptable FSM library for Go☆40Updated 5 years ago
- A performant, highly concurrent and simple sharded hashmap implementation using generics☆33Updated last year
- ☆27Updated 3 years ago
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…