commit 81a5448c187458ea3edcc0a72044a4cfdf0273bf Author: Nick Mathewson nickm@torproject.org Date: Tue Sep 11 11:54:37 2018 -0400
Changes file for feature27244 --- changes/feature27244 | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/changes/feature27244 b/changes/feature27244 new file mode 100644 index 000000000..a4debbbe5 --- /dev/null +++ b/changes/feature27244 @@ -0,0 +1,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.
tor-commits@lists.torproject.org