mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-25 04:43:31 +01:00
8 lines
291 B
Plaintext
8 lines
291 B
Plaintext
|
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.
|
||
|
|