On Fri, 2012-02-24 at 17:22 -0800, Dan Wendlandt wrote: > It seems that all json processing is handled by the built-in python > lib. Are we then able to remove the simplejson dependency or am I > missing something?
Simplejson does provide a c implementation about 10x faster than the stock 2.6 (2.7 made some improvements and the c implementation is only about 1.5-2x faster) so switching to it could be of benefit. I'm probably going to propose including an embedded anyjson module in os-common for Folsom. Happy Hacking! 7-11 -- Mailing list: https://launchpad.net/~netstack Post to : netstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~netstack More help : https://help.launchpad.net/ListHelp