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

Gökhan Sever gokhansever at gmail.com
Wed Sep 2 13:27:45 EDT 2009


On Wed, Sep 2, 2009 at 12:01 PM, Citi, Luca <lciti at essex.ac.uk> wrote:

> 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.
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>

But it is not possible to extract a pattern such as within a field. A
construct like in regex starting with a ; till the end of the section. ??

-- 
Gökhan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090902/96bc0a8e/attachment.html>


More information about the NumPy-Discussion mailing list