On Wed, Sep 22, 2010 at 11:10 PM, Neal Becker <[email protected]> wrote: > A colleague of mine posed the following problem. He wants to search large > files of binary data for sequences. >
Is there a reason why you cannot use one of the classic string search algorithms applied to the bytestream ? David _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
