Jochen Schulz:
> I implemented one approach in mspace.py:
> http://well-adjusted.de/mspace.py/
> But beware that it is pure Python and not optimized for speed. You gain
> quite a lot by having Psyco installed, though.

Something similar, I haven't compared performance, Psyco helps a lot
here too:
http://code.activestate.com/recipes/572156/

(I have also implemented the same code in D language through a bridge
created by Pyd, more than 100 times faster).

Bye,
bearophile
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to