From 76a2e60e3911c01fc0c0521714debfb4fb5d6faf Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 11 May 2007 07:25:15 +0000 Subject: Added builder.h --- src/TODO | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/TODO') 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. -- cgit v1.2.3