0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-27 23:18:18 +02:00
synapse/synapse/util/caches
Erik Johnston 73c7112433 Change CacheMetrics to be quicker
We change it so that each cache has an individual CacheMetric, instead
of having one global CacheMetric. This means that when a cache tries to
increment a counter it does not need to go through so many indirections.
2016-06-03 11:26:52 +01:00
..
__init__.py Change CacheMetrics to be quicker 2016-06-03 11:26:52 +01:00
descriptors.py Change CacheMetrics to be quicker 2016-06-03 11:26:52 +01:00
dictionary_cache.py Change CacheMetrics to be quicker 2016-06-03 11:26:52 +01:00
expiringcache.py Change CacheMetrics to be quicker 2016-06-03 11:26:52 +01:00
lrucache.py Make LruCache use a dedicated _Node class 2016-03-22 16:06:21 +00:00
response_cache.py Deduplicate joins 2016-04-07 14:19:02 +01:00
snapshot_cache.py Fix up logcontexts 2016-02-08 14:26:45 +00:00
stream_change_cache.py Change CacheMetrics to be quicker 2016-06-03 11:26:52 +01:00
treecache.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00