public
Description: An implementation of markdown in C, using a PEG grammar
Clone URL: git://github.com/jgm/peg-markdown.git
Search Repo:
Updated README with new benchmark time.
jgm (author)
Thu May 15 15:11:35 -0700 2008
commit  ec4be913d3f429c2a1b50f43ac2f5134e1380815
tree    0246644a56c6e5c753063bcbed8bc6ff577c28a5
parent  69e99275606f275137725dd647fdaf575d3bca0b
0
...
7
8
9
10
 
11
12
13
...
7
8
9
 
10
11
12
13
0
@@ -7,7 +7,7 @@
0
 modification and extension.
0
 
0
 It is pretty fast. A 179K text file that takes 5.7 seconds for
0
-Markdown.pl (v. 1.0.1) to parse takes only 0.13 seconds for this
0
+Markdown.pl (v. 1.0.1) to parse takes only 0.2 seconds for this
0
 markdown. It does, however, use a fair amount of memory.
0
 
0
 Installing

Comments

    No one has commented yet.