MatrixSynapse/synapse/util/caches
Erik Johnston f9073893af Speed up fetching device lists changes in sync.
Currently we copy `users_who_share_room` needlessly about three times,
which is expensive when the set is large (which it can easily be).
2020-05-05 17:40:29 +01:00
..
__init__.py
descriptors.py
dictionary_cache.py
expiringcache.py
lrucache.py
response_cache.py Reduce amount of logging at INFO level. (#6862) 2020-02-06 13:31:05 +00:00
stream_change_cache.py Speed up fetching device lists changes in sync. 2020-05-05 17:40:29 +01:00
treecache.py
ttlcache.py