Merge remote-tracking branch 'public/bug9841_025'

This commit is contained in:
Nick Mathewson
2014-04-08 12:06:03 -04:00
6 changed files with 275 additions and 39 deletions
+7
View File
@@ -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.