MatrixSynapse/synapse/util
Erik Johnston f9073893af Speed up fetching device lists changes in sync.
Currently we copy `users_who_share_room` needlessly about three times,
which is expensive when the set is large (which it can easily be).
2020-05-05 17:40:29 +01:00
..
caches Speed up fetching device lists changes in sync. 2020-05-05 17:40:29 +01:00
__init__.py
async_helpers.py Fix stacktraces when using ObservableDeferred and async/await (#6836) 2020-02-03 17:10:54 +00:00
distributor.py
file_consumer.py
frozenutils.py Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) 2020-02-21 07:15:07 -05:00
hash.py
httpresourcetree.py
iterutils.py
jsonobject.py
logcontext.py
logformatter.py
manhole.py
metrics.py Clean up some LoggingContext stuff (#7120) 2020-03-24 14:45:33 +00:00
module_loader.py
msisdn.py
patch_inline_callbacks.py Clean up some LoggingContext stuff (#7120) 2020-03-24 14:45:33 +00:00
ratelimitutils.py
retryutils.py
rlimit.py
stringutils.py Rewrite prune_old_outbound_device_pokes for efficiency (#7159) 2020-03-30 19:06:52 +01:00
threepids.py
versionstring.py
wheel_timer.py