mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
6 lines
263 B
Plaintext
6 lines
263 B
Plaintext
o Minor features (memory usage):
|
|
- Tor clients no longer need to keep the full text of a consensus in
|
|
memory in order to parse it, or apply a diff to it. Instead, they
|
|
use mmap() to read the consensus files from disk. Closes ticket
|
|
27244.
|