source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Noted areas where performance can be increased.
@ 2010-05-25 13:42 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-05-25 13:42 UTC (permalink / raw)
  To: source

Log Message:
-----------
Noted areas where performance can be increased.

Modified Files:
--------------
    mdocml:
        TODO

Revision Data
-------------
Index: TODO
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/TODO,v
retrieving revision 1.8
retrieving revision 1.9
diff -LTODO -LTODO -u -p -r1.8 -r1.9
--- TODO
+++ TODO
@@ -115,3 +115,19 @@
 
 - OpenBSD::PackageName(3p) has "if (block) 90:1" in the parse tree
 
+************************************************************************
+* performance issues
+************************************************************************
+
+Several areas can be cleaned up to make mandoc even faster.  These are 
+
+- cache `Bd' display types as `Bl' types are cached (this primarily
+  improves code-size by removing the a2disp type functions)
+
+- 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)
+
+- improve hashing mechanism for macros (quite important: performance)
+
+- improve hashing mechanism for characters (not as important)
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-25 13:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-25 13:42 mdocml: Noted areas where performance can be increased kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).