[IPython-dev] First Performance Result

Fernando Perez fperez.net at gmail.com
Thu Jul 22 16:31:53 EDT 2010


Hey Min,

On Thu, Jul 22, 2010 at 2:22 AM, MinRK <benjaminrk at gmail.com> wrote:
>
> It would appear that json is contributing 50% to the overall run time.

any chance you could re-test using pickle instead of cPickle?  I want
to see if the difference vs json is just from the faster C
implementationo of cPickle.  If that's the case, we could later
consider implementing a cython-based version of the json dump/load
code.

Cheers,

f



More information about the IPython-dev mailing list