diff options
Diffstat (limited to 'changes/bug9841')
-rw-r--r-- | changes/bug9841 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug9841 b/changes/bug9841 new file mode 100644 index 000000000..8b40dda0c --- /dev/null +++ b/changes/bug9841 @@ -0,0 +1,7 @@ + o Minor features (performance): + + - Faster server-side lookups of rendezvous and introduction point + circuits by using hashtables instead of linear searches over all + the circuits. These functions previously accounted between 3 and + 7% of CPU usage on some busy relays. + |