[Haskell-cafe] Slow Text.JSON parser
Levi Greenspan
greenspan.levi at googlemail.com
Sun Jan 18 06:05:22 EST 2009
On Sun, Jan 18, 2009 at 6:07 AM, Sigbjorn Finne
<sigbjorn.finne at gmail.com> wrote:
>
> Maybe. Handling the common cases reasonably well is
> probably worth doing first (+profiling) before opting for
> a heart&lung transplant..
>
> To wit, I've trivially improved the handling of string and
> integer lits in version 0.4.3 (just released.) It cuts down
> the running times by a factor of 2-3 on larger inputs --
Indeed, I have just tried version 0.4.3 and my previous test which
took about 3 seconds to run is now running in about one second. Very
nice improvement. Thanks for all your work Sigbjorn.
Cheers,
Levi
More information about the Haskell-Cafe
mailing list