in reply to searching through data

If hash is not available you can try using binary search.

Replies are listed 'Best First'.
Re^2: searching through data
by Anonymous Monk on Apr 16, 2009 at 12:43 UTC
    maybe you could use a Bit::Vector it will certainly be fast