MatrixSynapse/synapse/util/caches
Patrick Cloke aec294ee0d
Use slots in attrs classes where possible (#8296)
slots use less memory (and attribute access is faster) while slightly
limiting the flexibility of the class attributes. This focuses on objects
which are instantiated "often" and for short periods of time.
2020-09-14 12:50:06 -04:00
..
__init__.py Use slots in attrs classes where possible (#8296) 2020-09-14 12:50:06 -04:00
descriptors.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
dictionary_cache.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
expiringcache.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
lrucache.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
response_cache.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
stream_change_cache.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
treecache.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
ttlcache.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00