From b3f7b37771a7c80802c2f825bb7581aa7104e71c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Teichgr=C3=A4ber?= Date: Mon, 13 Dec 2010 20:48:33 +0100 Subject: [PATCH] update README --- README.markdown | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index 3dca97b..e57dfd5 100644 --- a/README.markdown +++ b/README.markdown @@ -14,13 +14,11 @@ Support for HTML output is implemented, but Groff and LaTeX output have not been ported. The output should be identical to that of peg-markdown. -The Go version is around 5x slower than the original C +The Go version is around 3.5x slower than the original C version. A marked speed improvement has been achieved by converting function `preformat` from concatenating strings to using bytes.Buffer. At other places, where this kind of -modification had been tried, performance did not improve. Also, -pre-allocating a large buffer for `element`s didn't show a -significant difference from allocating `element`s one at a time. +modification had been tried, performance did not improve. ## Installation @@ -98,7 +96,7 @@ As definition item markers both `:` and `~` can be used. ## Todo -* Implement definition lists (work in progress), and perhaps tables +* Implement tables * Rename element key identifiers, so that they are not public