MatrixSynapse/synapse/http/federation
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
matrix_federation_agent.py
srv_resolver.py
well_known_resolver.py