Re: Efficient string parsing

  • From: steve donovan <steve.j.donovan@xxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Wed, 24 Oct 2012 09:51:37 +0200

On Wed, Oct 24, 2012 at 8:47 AM, M. Edward (Ed) Borasky <znmeb@xxxxxxxxx> wrote:
> run time. But you're right - Markdown is a time sink at best and it
> inhibits you from learning HTML5.

Ah, but _so_ much easier to type. Not a very elegant or consistent
markup, but it works.

I remember that the Pandoc guy did a version in Lua:

https://github.com/jgm/lunamark

Uses LPeg, and as he observes:

". It is significantly faster than the author's own C library
peg-markdown, an order of magnitude faster than pandoc, two orders of
magnitude faster than Markdown.pl, and three orders of magnitude
faster than markdown.lua."

steve d.

Other related posts: