summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-10-10 12:16:36 -0400
committerGitHub <noreply@github.com>2023-10-10 12:16:36 -0400
commitf1e43018b7d526f3e969796bf882c1848b663449 (patch)
treea2a33ea2910094f5dc88eef6f7efea1214ce573e /changelog.d
parentMerge remote-tracking branch 'origin/master' into develop (diff)
downloadsynapse-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.misc1
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.