anonymousland-synapse/changelog.d
Erik Johnston f7ddfe17a3
Speed up @cachedList (#13591)
This speeds things up by ~2x.

The vast majority of the time is now spent in `LruCache` moving things around the linked lists.

We do this via two things:
1. Don't create a deferred per-key during bulk set operations in `DeferredCache`. Instead, only create them if a subsequent caller asks for the key.
2. Add a bulk lookup API to `DeferredCache` rather than use a loop.
2022-08-23 14:53:27 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
13573.misc Cache user IDs instead of profile objects (#13573) 2022-08-23 09:49:59 +00:00
13591.misc Speed up @cachedList (#13591) 2022-08-23 14:53:27 +00:00
13592.misc Speed up fetching large numbers of push rules (#13592) 2022-08-23 13:15:43 +01:00
13600.misc Fix regression caused by #13573 (#13600) 2022-08-23 14:14:05 +00:00