Sfoglia il codice sorgente

Changes file for feature27244

Nick Mathewson 6 anni fa
parent
commit
81a5448c18
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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.