commonmark-d: A fast CommonMark and Github Flavoured Markdown parser, translation of MD4C
Guillaume Piolat
first.last at gmail.com
Wed Oct 2 00:12:21 UTC 2019
On Tuesday, 1 October 2019 at 11:37:00 UTC, Dennis wrote:
> Cool!
>
> On Monday, 30 September 2019 at 23:06:42 UTC, Guillaume Piolat
> wrote:
>> Key Performance Numbers:
>
> Have you compared it with the original C code from MD4C?
No. It's completely possible that there is a small difference,
however most of the code is under nothrow @nogc and only use GC
to allocate the output buffer (the grow strategy might matter
there). I don't expect much difference, but yeah, haven't tested
:)
More information about the Digitalmars-d-announce
mailing list