blob: a4debbbe537cef3d1d47ea3c9b6c29b7ae3c7b87 (
plain)
1
2
3
4
5
|
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.
|