[erlang-questions] fast JSON parser in C

Chris Anderson jchris@REDACTED
Wed Jul 23 19:19:39 CEST 2008


On Wed, Jul 23, 2008 at 11:31 AM, Jonathan Gray <jlist@REDACTED> wrote:
> Chris,
>
> Considering your primary goal is speed, you definitely don't want to use my
> implementation.

Thanks then for the info. My plan was to use
http://www.lloydforge.org/projects/yajl/ as a fast JSON parser, and
somehow get the results to Erlang. It looks like it may be more
challenging than I'd thought.

Out of curiosity, at roughly what size of input do you start to see
the segfaults? I'll probably start with the ei interface if that is
safer, but it will be nice to know how hard I have to push it to know
that I've done the job safely.

-- 
Chris Anderson
http://jchris.mfdz.com



More information about the erlang-questions mailing list