On Sat, Jan 31, 2015 at 4:32 PM, Gelin Yan <[email protected]> wrote: > I noticed pickle in pypy is slower than cPickle in python (faster than > pickle in python). > > Is it a feature?
the feature is that nobody had to write it in C, yet it's faster. isn't that cool? > > Regards > > gelin yan > > _______________________________________________ > pypy-dev mailing list > [email protected] > https://mail.python.org/mailman/listinfo/pypy-dev > -- Luciano Ramalho Twitter: @ramalhoorg Professor em: http://python.pro.br Twitter: @pythonprobr _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
