[Numpy-discussion] Fastest way to parsing a specific binay file

Citi, Luca lciti at essex.ac.uk
Wed Sep 2 13:01:52 EDT 2009


If I understand the problem...
if you are 100% sure that "', '" only occurs between fields
and never within, you can use the 'split' method of the string
which could be faster than regexp in this simple case.



More information about the NumPy-Discussion mailing list