Re: searching substrings with interpositions

2005-05-24 Thread bplumhoff
Hello Giorgi, I suggest to google for "python boyer moore" to get a fast implementation of a string search algorithm in Python (the Boyer-Moore algorithm). One promising hit seems to be: http://www.egenix.com/files/python/mxTextTools.html HTH, Bernd -- http://mail.python.org/mailman/listinfo/p

Re: Is Python suitable for a huge, enterprise size app?

2005-05-18 Thread bplumhoff
The answer seems to be yes. See http://www.artima.com/intv/speed.html HTH, Bernd -- http://mail.python.org/mailman/listinfo/python-list