aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-06-12 01:05:21 +0000
committerlloyd <[email protected]>2007-06-12 01:05:21 +0000
commita02d73324ce4ce52fa891586708256dd1c815f54 (patch)
tree3e73629ce36b3c99dc22383e84e6370355d273b5
parentd9ae4f2f0a9fc56ad9da579ebc2498a9cd1154be (diff)
Add memory allocator to the todo
-rw-r--r--doc/todo.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo.txt b/doc/todo.txt
index 15b08fed2..00cbdfe7c 100644
--- a/doc/todo.txt
+++ b/doc/todo.txt
@@ -72,6 +72,13 @@ would be pretty great to have a benchmark run produce a detailed
report as HTML and some gnuplot datasets to generate the images
included from the HTML file.
+New Memory Allocator
+--------------------
+
+The current pool allocator is servicable but it can be very wasteful
+of memory and could easily be several times faster. Someone who is
+interested in algorithms might enjoy working on this.
+
Documentation
--------------------