Re: [pypy-dev] pickle in pypy is slow

2015-01-31 Thread Armin Rigo
Hi, On 31 January 2015 at 20:43, Luciano Ramalho wrote: > On Sat, Jan 31, 2015 at 4:32 PM, Gelin Yan 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 i

Re: [pypy-dev] pickle in pypy is slow

2015-01-31 Thread Luciano Ramalho
On Sat, Jan 31, 2015 at 4:32 PM, Gelin Yan 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] pickle in pypy is slow

2015-01-31 Thread Gelin Yan
Hi All I noticed pickle in pypy is slower than cPickle in python (faster than pickle in python). Is it a feature? Regards gelin yan ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev