orcaman / concurrent-mapLinks
a thread-safe concurrent map for go
☆4,522Updated last year
Alternatives and similar repositories for concurrent-map
Users that are interested in concurrent-map are comparing it to the libraries listed below
Sorting:
- A goroutine pool for Go☆4,030Updated 2 years ago
- An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC☆2,732Updated last year
- Golang LRU cache☆4,958Updated last week
- lumberjack is a log rolling package for Go☆5,362Updated last year
- A Go blocking leaky-bucket rate limit implementation☆4,661Updated last year
- A cache library for Go with zero GC overhead.☆5,370Updated last year
- Efficient token-bucket-based rate limiter package.☆2,884Updated 2 years ago
- Distributed mutual exclusion lock using Redis for Go☆3,955Updated last week
- An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.☆8,779Updated 2 years ago
- safe and easy casting from one type to another in Go