mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-11 08:34:57 -05:00
The _get_joined_users_from_context cache stores a mapping from user_id to avatar_url and display_name. Instead of storing those in a dict, store them in a namedtuple as that uses much less memory. We also try converting the string to ascii to further reduce the size. |
||
|---|---|---|
| .. | ||
| caches | ||
| __init__.py | ||
| async.py | ||
| distributor.py | ||
| frozenutils.py | ||
| httpresourcetree.py | ||
| jsonobject.py | ||
| logcontext.py | ||
| logutils.py | ||
| manhole.py | ||
| metrics.py | ||
| msisdn.py | ||
| ratelimitutils.py | ||
| retryutils.py | ||
| rlimit.py | ||
| stringutils.py | ||
| versionstring.py | ||
| wheel_timer.py | ||