summaryrefslogtreecommitdiff
path: root/src/TODO
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-11 07:25:15 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:46 -0400
commit76a2e60e3911c01fc0c0521714debfb4fb5d6faf (patch)
tree3ae733572ff34c6325f136a04a0752351bf56767 /src/TODO
parentbc3b0b5577bd08e131e2c0884b30d364e6d3b38a (diff)
downloadfork-ledger-76a2e60e3911c01fc0c0521714debfb4fb5d6faf.tar.gz
fork-ledger-76a2e60e3911c01fc0c0521714debfb4fb5d6faf.tar.bz2
fork-ledger-76a2e60e3911c01fc0c0521714debfb4fb5d6faf.zip
Added builder.h
Diffstat (limited to 'src/TODO')
-rw-r--r--src/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/TODO b/src/TODO
index 3ea808d5..610da153 100644
--- a/src/TODO
+++ b/src/TODO
@@ -6,3 +6,6 @@
that the memory is held by an auto_ptr until the constructor is
done; otherwise, an exception raised from within the constructor
will not call the destructor to free the memory.
+
+- Using mmap for the binary reader; or determine if the performance is
+ even worth the maintenance headaches of that code altogether.