diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-05-14 11:12:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 11:12:36 +0100 |
commit | 5090f26b636bf4439575767a2272d033fb33b2d5 (patch) | |
tree | 11ed4623449a07d80598ceadcc923ddfa6dd63a2 /changelog.d | |
parent | Remove unnecessary SystemRandom from SQLBaseStore (#9987) (diff) | |
download | synapse-5090f26b636bf4439575767a2272d033fb33b2d5.tar.xz |
Minor `@cachedList` enhancements (#9975)
- use a tuple rather than a list for the iterable that is passed into the wrapped function, for performance - test that we can pass an iterable and that keys are correctly deduped.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9975.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9975.misc b/changelog.d/9975.misc new file mode 100644 index 0000000000..28b1e40c2b --- /dev/null +++ b/changelog.d/9975.misc @@ -0,0 +1 @@ +Minor enhancements to the `@cachedList` descriptor. |