[Haskell-cafe] Slow Text.JSON parser

Ketil Malde ketil at malde.org
Tue Jan 13 08:48:29 EST 2009


"Levi Greenspan" <greenspan.levi at googlemail.com> writes:

> Now I wonder why Text.JSON is so slow in comparison and what can be
> done about it. Any ideas? Or is the test case invalid?

I haven't used JSON, but at first glance, I'd blame String IO.  Can't
you decode from ByteString?

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants


More information about the Haskell-Cafe mailing list