aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket30307
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket30307')
-rw-r--r--changes/ticket303074
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket30307 b/changes/ticket30307
new file mode 100644
index 0000000000..abcacb6085
--- /dev/null
+++ b/changes/ticket30307
@@ -0,0 +1,4 @@
+ o Major features (performance):
+ - Update our node selection algorithm to exclude nodes in linear time.
+ Previously, the algorithm was quadratic, which could slow down heavily
+ used onion services. Closes ticket 30307.