Hi,

2010/9/2 Saravanan Shanmugham <[email protected]>:
> We have Pickle and cPickle for performance. The Pickle could have simply been
> rewritten in RPython and probably compiled and we don't need  different 
> versons
> :-))

The PyPy way is much simpler:
there is only the original pickle.py, written in plain full Python,
and it's as fast as a C or RPython implementation.

-- 
Amaury Forgeot d'Arc
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to