forked-synapse/synapse/util/caches
Erik Johnston eed59dcc1e Fix has_any_entity_changed
Occaisonally has_any_entity_changed would throw the error: "Set changed
size during iteration" when taking the max of the `sorteddict`. While
its uncertain how that happens, its quite inefficient to iterate over
the entire dict anyway so we change to using the more traditional
`bisect_*` functions.
2017-06-09 11:44:01 +01:00
..
__init__.py Remove DEBUG_CACHES 2017-04-25 10:54:09 +01:00
descriptors.py Pull out if statement from for loop 2017-05-22 15:12:19 +01:00
dictionary_cache.py Make get_state_groups_from_groups faster. 2017-05-17 15:12:15 +01:00
expiringcache.py Add setdefault key to ExpiringCache 2017-03-10 10:30:49 +00:00
lrucache.py Update LruCache size estimate on clear 2017-01-18 14:55:23 +00:00
response_cache.py Cache federation state responses 2016-07-21 10:30:12 +01:00
snapshot_cache.py Fix up logcontexts 2016-02-08 14:26:45 +00:00
stream_change_cache.py Fix has_any_entity_changed 2017-06-09 11:44:01 +01:00
treecache.py Rename and comment tree_to_leaves_iterator 2017-01-17 11:47:03 +00:00