forked-synapse/synapse/util/caches
Erik Johnston 547b1355d3 Fix perf regression in PR #3530
The get_entities_changed function was changed to return all changed
entities since the given stream position, rather than only those changed
from a given list of entities. This resulted in the function incorrectly
returning large numbers of entities that, for example, caused large
increases in database usage.
2018-07-17 10:27:51 +01:00
..
__init__.py run isort 2018-07-09 16:09:20 +10:00
descriptors.py run isort 2018-07-09 16:09:20 +10:00
dictionary_cache.py run isort 2018-07-09 16:09:20 +10:00
expiringcache.py run isort 2018-07-09 16:09:20 +10:00
lrucache.py run isort 2018-07-09 16:09:20 +10:00
response_cache.py replacing portions 2018-05-21 19:47:37 -05:00
snapshot_cache.py Fix up logcontexts 2016-02-08 14:26:45 +00:00
stream_change_cache.py Fix perf regression in PR #3530 2018-07-17 10:27:51 +01:00
treecache.py Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 2018-05-31 19:03:47 +10:00