A set of performant rate limiters for Go
Stars
90
Forks
3
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
37
commits
Merge pull request #8 from reugn/develop
11d4ada
docs: fix and improve package documentation
9978438
ci: update workflows
c2db74c
chore: update .gitignore file
4b14d7c
bench: move benchmarks to a separate module
11d06e4
refactor: improve equalizer notification performance
2ab0ccf
refactor: use atomic int64
d8ec695
feat: add parameter validation in constructors
2307bb7
test: introduce the assert package for test assertions
16043db
refactor!: redesign package interface
981f987
add codecov configuration
a959c50
fix #6 count of issued when refill
782d9ec
Merge pull request #5 from reugn/develop
d5d1ad1
update readme; add benchmarks and usage examples
e3fe393
add benchmarks for Slider and TokenBucket
988d506