Browse Source

Changes file for feature27244

Nick Mathewson 5 years ago
parent
commit
81a5448c18
1 changed files with 5 additions and 0 deletions
  1. 5 0
      changes/feature27244

+ 5 - 0
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.