Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-20 | changelogs | Richard van der Hoff | 2 | -0/+2 | |
2018-07-20 | Combine Limiter and Linearizer | Richard van der Hoff | 4 | -161/+59 | |
Linearizer was effectively a Limiter with max_count=1, so rather than maintaining two sets of code, let's combine them. | |||||
2018-07-20 | Improvements to the Limiter | Richard van der Hoff | 2 | -14/+21 | |
* give them names, to improve logging * use a deque rather than a list for efficiency | |||||