Re: searching substrings with interpositions
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?
The answer seems to be yes. See http://www.artima.com/intv/speed.html HTH, Bernd -- http://mail.python.org/mailman/listinfo/python-list