changeset 18:186231a15135

Add TODO: Write blocks directly to disk while building
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 23 Nov 2016 13:22:47 +0000
parents 14b6aad53465
children ba64383e5593
files TODO
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Tue Nov 22 21:25:50 2016 +0100
+++ b/TODO	Wed Nov 23 13:22:47 2016 +0000
@@ -1,2 +1,3 @@
 * Implement per-block compression using `snap` (http://burntsushi.net/rustdoc/snap/)
 * Implement helpers to easily open files for reading/writing
+* Write blocks directly to disk while writing? (Avoiding high memory consumption)