aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
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
commit20a5b4828bcdc939a1bbd5e4de9c14df2451b282 (patch)
tree84699325a6bfd96a33ba875f448c877dda4eafff /TODO
parent658f0712b7384c7ad442be4656514e5cfd35a95a (diff)
downloadmandoc-20a5b4828bcdc939a1bbd5e4de9c14df2451b282.tar.gz
mandoc-20a5b4828bcdc939a1bbd5e4de9c14df2451b282.tar.zst
mandoc-20a5b4828bcdc939a1bbd5e4de9c14df2451b282.zip
Remove caching TODO: this has been committed.
Diffstat (limited to 'TODO')
-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)