Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify code into default repo format | EuAndreh | 2025-01-22 | 2 | -610/+0 |
| | |||||
* | eliminate some type assertions | Chris Wendt | 2022-06-08 | 1 | -4/+4 |
| | |||||
* | use time.Since | Chris Wendt | 2022-06-08 | 1 | -1/+1 |
| | |||||
* | remove unnecessary type parameters | Chris Wendt | 2022-06-08 | 1 | -2/+2 |
| | |||||
* | BIG change: generic Var[T], txVar, etc. | Chris Wendt | 2022-06-08 | 2 | -15/+16 |
| | |||||
* | Use builtin eq var in rate and stmutil | Matt Joiner | 2020-10-02 | 1 | -1/+1 |
| | | | | In particular, in the rate limiter this gives a massive performance increase. | ||||
* | Make returns explicit | Matt Joiner | 2019-11-06 | 1 | -9/+10 |
| | |||||
* | Transfer project stewardship to anacrolix | Matt Joiner | 2019-11-03 | 1 | -2/+2 |
| | | | | See https://github.com/lukechampine/stm/issues/3#issuecomment-549087541. | ||||
* | Add stm friendly rate limiter | Matt Joiner | 2019-11-02 | 2 | -0/+608 |
The tests are from golang.org/x/time/rate, and the limiter tries to have a similar API. |