David Cournapeau wrote:

> On Wed, Sep 22, 2010 at 11:10 PM, Neal Becker <ndbeck...@gmail.com> 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 ?
> 

What would you suggest?  Keep in mind the file is to big to fit into memory 
all at once.

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to