瀏覽代碼

Changes file for feature27244

Nick Mathewson 6 年之前
父節點
當前提交
81a5448c18
共有 1 個文件被更改,包括 5 次插入0 次删除
  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.