similar words index?

bearophileHUGS at lycos.com bearophileHUGS at lycos.com
Fri Jan 2 05:43:41 EST 2009


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



More information about the Python-list mailing list