On Friday, April 15, 2011, Antoine Pitrou <solip...@pitrou.net> wrote:
>>
>> > Since the JSON spec is set in stone, the changes
>> > will mostly be about API (indentation, object conversion, etc)
>> > and optimization.  I presume the core parsing logic won't
>> > be changing much.
>>
>> Actually the core parsing logic is very different (and MUCH faster),
>
> Are you talking about the Python logic or the C logic?

Both, actually. IIRC simplejson in pure python typically beats json
with it's C extension.

-bob
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to