Erik Johnston d9aa645f86 Reduce size of joined_user cache
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.
2017-04-25 14:38:51 +01:00
..
2017-04-25 10:54:09 +01:00
2017-03-30 17:05:53 +01:00
2016-01-07 04:26:29 +00:00
2017-04-03 15:38:02 +01:00
2016-02-08 14:26:45 +00:00
2016-08-19 18:23:45 +01:00
2016-08-05 16:36:07 +01:00
2016-02-19 09:50:54 +00:00