| Commit message (Expand) | Author | Age | Files | Lines |
* | Speed up SS room sorting (#17468) | Erik Johnston | 2024-07-23 | 1 | -4/+8 |
* | Add optimisation to `StreamChangeCache` (#17130) | Erik Johnston | 2024-05-06 | 1 | -1/+19 |
* | Fix bug where `StreamChangeCache` would not respect cache factors (#17152) | Erik Johnston | 2024-05-03 | 1 | -1/+1 |
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 1 | -0/+1 |
* | Update license headers | Patrick Cloke | 2023-11-21 | 1 | -10/+16 |
* | Check the stream position before checking if the cache is empty. (#14639) | Patrick Cloke | 2022-12-08 | 1 | -4/+5 |
* | Better return type for `get_all_entities_changed` (#14604) | Erik Johnston | 2022-12-05 | 1 | -15/+37 |
* | Compare to the earliest known stream pos in the stream change cache. (#14435) | Patrick Cloke | 2022-12-05 | 1 | -26/+116 |
* | Remove duplicated code to evict entries. (#14410) | Patrick Cloke | 2022-11-10 | 1 | -9/+2 |
* | More types for synapse.util, part 1 (#10888) | David Robertson | 2021-10-06 | 1 | -3/+3 |
* | Add types to synapse.util. (#10601) | reivilibre | 2021-09-10 | 1 | -1/+1 |
* | Use inline type hints in `http/federation/`, `storage/` and `util/` (#10381) | Jonathan de Jong | 2021-07-15 | 1 | -3/+3 |
* | Remove `synapse.types.Collection` (#9856) | Richard van der Hoff | 2021-04-22 | 1 | -2/+1 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -4/+2 |
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 1 | -3/+1 |
* | Allow configuration of Synapse's cache without using synctl or environment va... | Amber Brown | 2020-05-11 | 1 | -2/+31 |
* | Speed up fetching device lists changes in sync. | Erik Johnston | 2020-05-05 | 1 | -4/+15 |
* | Extend StreamChangeCache to support multiple entities per stream ID (#7303) | Richard van der Hoff | 2020-04-22 | 1 | -46/+71 |
* | On catchup, process each row with its own stream id (#7286) | Richard van der Hoff | 2020-04-20 | 1 | -0/+3 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -6/+7 |
* | Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on... | Amber Brown | 2018-10-20 | 1 | -1/+3 |
* | Use efficient .intersection | Erik Johnston | 2018-07-17 | 1 | -4/+1 |
* | Fix perf regression in PR #3530 | Erik Johnston | 2018-07-17 | 1 | -1/+6 |
* | Don't return unknown entities in get_entities_changed | Erik Johnston | 2018-07-13 | 1 | -8/+1 |
* | Reduce set building in get_entities_changed | Richard van der Hoff | 2018-07-12 | 1 | -8/+12 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -3/+2 |
* | Revert "Revert "Try to not use as much CPU in the StreamChangeCache"" (#3454) | Amber Brown | 2018-06-28 | 1 | -2/+4 |
* | Revert "Try to not use as much CPU in the StreamChangeCache" | Matthew Hodgson | 2018-06-26 | 1 | -4/+2 |
* | fixes | Amber Brown | 2018-06-26 | 1 | -2/+2 |
* | fixes | Amber Brown | 2018-06-26 | 1 | -2/+2 |
* | try and make loading items from the cache faster | Amber Brown | 2018-06-26 | 1 | -2/+4 |
* | Port to sortedcontainers (with tests!) (#3332) | Amber Brown | 2018-06-06 | 1 | -26/+31 |
* | replacing portions | Amber Brown | 2018-05-21 | 1 | -1/+1 |
* | Revert "Use sortedcontainers instead of blist" | Richard van der Hoff | 2018-04-13 | 1 | -2/+2 |
* | Use sortedcontainers instead of blist | Vincent Breitmoser | 2018-04-10 | 1 | -2/+2 |
* | Define CACHE_SIZE_FACTOR once | Erik Johnston | 2017-07-04 | 1 | -5/+1 |
* | Rewrite conditional | Erik Johnston | 2017-06-09 | 1 | -1/+1 |
* | Fix has_any_entity_changed | Erik Johnston | 2017-06-09 | 1 | -4/+4 |
* | Add stream change cache | Erik Johnston | 2017-05-31 | 1 | -0/+15 |
* | Fix assertion to stop transaction queue getting wedged | Richard van der Hoff | 2017-03-15 | 1 | -1/+1 |
* | Change get_pos_of_last_change to return upper bound | Erik Johnston | 2016-09-15 | 1 | -3/+4 |
* | Use stream_change cache to make get_forward_extremeties_for_room cache more e... | Erik Johnston | 2016-09-15 | 1 | -0/+5 |
* | Change CacheMetrics to be quicker | Erik Johnston | 2016-06-03 | 1 | -8/+8 |
* | Return list, not generator. | Erik Johnston | 2016-03-14 | 1 | -3/+1 |
* | Limit stream change cache size too | Erik Johnston | 2016-03-01 | 1 | -1/+5 |
* | Change the way we figure out presence updates for small deltas | Erik Johnston | 2016-02-23 | 1 | -0/+16 |
* | If stream pos is greater then earliest known key and entity hasn't changed, t... | Erik Johnston | 2016-01-29 | 1 | -8/+3 |
* | Prefill stream change caches | Erik Johnston | 2016-01-29 | 1 | -1/+4 |
* | If the same as the earliest key, assume nothing has changed. | Erik Johnston | 2016-01-28 | 1 | -0/+5 |
* | Correctly update _entity_to_key | Erik Johnston | 2016-01-28 | 1 | -4/+5 |
* | Fix inequalities | Erik Johnston | 2016-01-28 | 1 | -2/+2 |
* | Include cache hits with has_entity_changed | Erik Johnston | 2016-01-28 | 1 | -0/+4 |
* | Change name and doc has_entity_changed | Erik Johnston | 2016-01-28 | 1 | -1/+3 |
* | Cache tags and account data | Erik Johnston | 2016-01-28 | 1 | -0/+95 |