in reply to Re^2: 32bit/64bit hash function: Use perls internal hash function?
in thread 32bit/64bit hash function: Use perls internal hash function?

Two (possibly off base, but given your description . . .) ideas that come to mind:

Edit: tweaked; upon rereading I don't get that your dataset's necessarily sparse (in that you need to quickly check for membership or not) so the bloom suggestion's off base probably.

The cake is a lie.
The cake is a lie.
The cake is a lie.

  • Comment on Re^3: 32bit/64bit hash function: Use perls internal hash function?

Replies are listed 'Best First'.
Re^4: 32bit/64bit hash function: Use perls internal hash function?
by Tux (Canon) on Apr 09, 2022 at 12:28 UTC

    Or (shameless plug) a real database using Tie::Hash::DBD, though that might be slow.


    Enjoy, Have FUN! H.Merijn