From: Nick Mathewson Date: Tue, 11 Sep 2018 15:54:37 +0000 (-0400) Subject: Changes file for feature27244 X-Git-Tag: tor-0.4.0.1-alpha~198^2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81a5448c187458ea3edcc0a72044a4cfdf0273bf;p=thirdparty%2Ftor.git Changes file for feature27244 --- diff --git a/changes/feature27244 b/changes/feature27244 new file mode 100644 index 0000000000..a4debbbe53 --- /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.