in reply to Re: 32bit/64bit hash function: Use perls internal hash function?
in thread 32bit/64bit hash function: Use perls internal hash function?
Sadly, B from hash() is useless for high speed stuff, because it appears to use a printf function to make its output string, which cripples its speed. Seems to be used just for debugging hash values, and not as interface to get a 32bit hash.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: 32bit/64bit hash function: Use perls internal hash function? (Updated!)
by haukex (Archbishop) on Apr 10, 2022 at 11:33 UTC |
In Section
Seekers of Perl Wisdom