synapse-product/synapse/replication/tcp/streams
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 Improve type checking in replication.tcp.Stream (#7291) 2020-04-17 14:49:55 +01:00
_base.py Use slots in attrs classes where possible (#8296) 2020-09-14 12:50:06 -04:00
events.py Add experimental support for sharding event persister. Again. (#8294) 2020-09-14 10:16:41 +01:00
federation.py Support any process writing to cache invalidation stream. (#7436) 2020-05-07 13:51:08 +01:00