summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-07-05 10:45:14 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-07-05 10:45:14 +0000
commit0825ff822ba8f55dbef01d26ecaff55dbe6eafac (patch)
treec7f08d75cd102b76b62b0e54bd5eca9d5465c1f3
parentd7c1e9e05297d23df3e0c921450c0752b4a19730 (diff)
downloadmandoc-0825ff822ba8f55dbef01d26ecaff55dbe6eafac.tar.gz
Remove caching TODO: this has been committed.
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index 3ce25c66..d95290ff 100644
--- a/TODO
+++ b/TODO
@@ -110,11 +110,6 @@
Several areas can be cleaned up to make mandoc even faster. These are
-- improve caching mechanism to handle other per-element arguments so
- that they need not be recalculated between front- and back-ends (also
- reduces code size and complexity):
- `Bl -column' pointer
-
- improve hashing mechanism for macros (quite important: performance)
- improve hashing mechanism for characters (not as important)