Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
knieriem committed Dec 13, 2010
1 parent 54f4f31 commit b3f7b37
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit b3f7b37

Please sign in to comment.