diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-10-10 12:16:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 12:16:36 -0400 |
commit | f1e43018b7d526f3e969796bf882c1848b663449 (patch) | |
tree | a2a33ea2910094f5dc88eef6f7efea1214ce573e /changelog.d | |
parent | Merge remote-tracking branch 'origin/master' into develop (diff) | |
download | synapse-f1e43018b7d526f3e969796bf882c1848b663449.tar.xz |
Inline simple_search_list/simple_search_list_txn. (#16434)
This only has a single use and is over abstracted. Inline it so that we can improve type hints.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16434.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16434.misc b/changelog.d/16434.misc new file mode 100644 index 0000000000..bd7cdd42af --- /dev/null +++ b/changelog.d/16434.misc @@ -0,0 +1 @@ +Reduce memory allocations. |