summary refs log tree commit diff
path: root/synapse/util/caches/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change CacheMetrics to be quickerErik Johnston2016-06-031-5/+15
| | | | | | 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.
* Simplify intern_dictErik Johnston2016-03-231-17/+10
|
* Intern all the thingsErik Johnston2016-03-231-1/+57
|
* String internErik Johnston2016-03-231-0/+8
|
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Wire up the dictionarycache to the metricsErik Johnston2015-08-121-0/+13
|
* Move all the caches into their own package, synapse.util.cachesErik Johnston2015-08-111-0/+14