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-03-29 09:50:05 +01:00
2017-03-17 15:06:07 +00:00
2017-04-05 14:15:09 +01:00
2017-04-25 14:38:51 +01:00
2017-04-24 13:27:38 +01:00
2017-04-25 14:38:51 +01:00
2017-04-25 14:38:51 +01:00
2017-04-25 14:38:51 +01:00
2017-04-07 10:03:48 +01:00
2017-01-17 14:32:53 +00:00
2017-04-11 15:01:39 +01:00
2016-08-08 16:40:39 +01:00
2017-03-30 17:50:31 +01:00