Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-02-19 | Tiny optimisation for _get_handler_for_request (#6950) | Richard van der Hoff | 2 | -1/+4 | |
we have hundreds of path_regexes (see #5118), so let's not convert the same bytes to str for each of them. | |||||
2020-02-19 | Increase DB/CPU perf of `_is_server_still_joined` check. (#6936) | Erik Johnston | 3 | -15/+60 | |
* Increase DB/CPU perf of `_is_server_still_joined` check. |