Maciej Fijalkowski wrote:
>> Try running the json or pickle benchmarks with a profiler
>> (oprofile or similar)
>> and you will see that they spend most of their time in a single
>> C module, not much of a benchmark for testing the VM.
>
> For what is worth I do believe that it is an aspect of VM performance
> (for good or bad). FYI json module in pypy is pure python anyway.
We should benchmark all the modules or none of them,
why should json and pickle be special?
Cheers,
Mark.