summary refs log tree commit diff
path: root/synapse/util/caches/stream_change_cache.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* replacing portionsAmber Brown2018-05-211-1/+1
* Revert "Use sortedcontainers instead of blist"Richard van der Hoff2018-04-131-2/+2
* Use sortedcontainers instead of blistVincent Breitmoser2018-04-101-2/+2
* Define CACHE_SIZE_FACTOR onceErik Johnston2017-07-041-5/+1
* Rewrite conditionalErik Johnston2017-06-091-1/+1
* Fix has_any_entity_changedErik Johnston2017-06-091-4/+4
* Add stream change cacheErik Johnston2017-05-311-0/+15
* Fix assertion to stop transaction queue getting wedgedRichard van der Hoff2017-03-151-1/+1
* Change get_pos_of_last_change to return upper boundErik Johnston2016-09-151-3/+4
* Use stream_change cache to make get_forward_extremeties_for_room cache more e...Erik Johnston2016-09-151-0/+5
* Change CacheMetrics to be quickerErik Johnston2016-06-031-8/+8
* Return list, not generator.Erik Johnston2016-03-141-3/+1
* Limit stream change cache size tooErik Johnston2016-03-011-1/+5
* Change the way we figure out presence updates for small deltasErik Johnston2016-02-231-0/+16
* If stream pos is greater then earliest known key and entity hasn't changed, t...Erik Johnston2016-01-291-8/+3
* Prefill stream change cachesErik Johnston2016-01-291-1/+4
* If the same as the earliest key, assume nothing has changed.Erik Johnston2016-01-281-0/+5
* Correctly update _entity_to_keyErik Johnston2016-01-281-4/+5
* Fix inequalitiesErik Johnston2016-01-281-2/+2
* Include cache hits with has_entity_changedErik Johnston2016-01-281-0/+4
* Change name and doc has_entity_changedErik Johnston2016-01-281-1/+3
* Cache tags and account dataErik Johnston2016-01-281-0/+95