zekroTJA / timedmapLinks
A thread safe map which has expiring key-value pairs.
☆74Updated last year
Alternatives and similar repositories for timedmap
Users that are interested in timedmap are comparing it to the libraries listed below
Sorting:
- Create go type representation from json☆136Updated 3 years ago
- errgroup with goroutine worker limits☆165Updated 2 years ago
- a thread-safe concurrent map for go☆97Updated last year
- Simple string pattern matcher for Go☆132Updated this week
- A minimal and efficient workerpool implementation in Go using goroutines.☆123Updated 3 years ago
- Fast and scalable pseudorandom generator for Go☆207Updated 3 years ago
- x/sync/singleflight but with Go 1.18 generics☆31Updated 3 years ago
- ⏳ Provide filtering, sanitizing, and conversion of Golang data. 提供对Golang数据的过滤,净化,转换。☆151Updated 2 weeks ago
- A highly optimized double-ended queue☆201Updated last year
- A Golang package for doing a deep copy for (just about) anything☆148Updated last year
- A fast little LRU cache for Go☆173Updated 2 years ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆314Updated 2 weeks ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆219Updated 2 years ago
- concurrency utilities☆301Updated 6 years ago
- ⚡️ lock-free utilities in Go☆161Updated last year
- Golang beautify data display for Humans☆312Updated 3 years ago
- Expirable Go LRC\LRU cache without goroutines