[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fast JSON codec based on YAJL
From: |
Stefan Monnier |
Subject: |
Re: Fast JSON codec based on YAJL |
Date: |
Mon, 14 Jan 2013 21:26:46 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
> A few unscientific benchmarks suggest that YAJL (via my interface) is
> roughly 5 to 25 times as fast as byte-compiled json.el, on average about
> an order of magnitude faster. Memory usage is about on par.
You mean that json.elc is only 5 to 25 times slower than
a C implementation? I actually expected significantly worse.
Stefan