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

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


On Wed, Sep 2, 2009 at 12:04 PM, Robert Kern <robert.kern at gmail.com> wrote:

> On Wed, Sep 2, 2009 at 11:53, Gökhan Sever<gokhansever at gmail.com> wrote:
>
> > How to use recarrays with variable-length data fields as well as
> metadata?
>
> You don't.
>
> --
> Robert Kern
>
> "I have come to believe that the whole world is an enigma, a harmless
> enigma that is made terrible by our own mad attempt to interpret it as
> though it had an underlying truth."
>  -- Umberto Eco
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>


I was just confirming my guess :)

The data in the binary file was written in a variable-length fashion.
Although each chuck has a specific starting indication like
\x00\x00\@\x00$\x00\x02
the amount of the in each section varies depends on what was in the written
stream.

How your find suggestion work? It just returns the location of the first
occurrence.

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


More information about the NumPy-Discussion mailing list