tsenart / tbLinks
A generic lock-free implementation of the "Token-Bucket" algorithm
☆147Updated 7 years ago
Alternatives and similar repositories for tb
Users that are interested in tb are comparing it to the libraries listed below
Sorting:
- A file backed circular buffer for Go. Mmap file into memory. Madvise to lower memory footprint.☆82Updated last year
- Package inmem provides an in memory LRU cache with TTL support.☆81Updated 8 years ago
- Measuring time intervals correctly in Go (monotonic clock).☆65Updated 6 years ago
- Non blocking data structures for Go☆267Updated 9 years ago
- Cap'n Proto library and parser for go. This is go-capnproto-1.0, and does not have rpc. See https://github.com/zombiezen/go-capnproto2 fo…