mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
5 lines
263 B
Text
5 lines
263 B
Text
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.
|