You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that while theoretically sound, the universal hashing used seems insufficient in practice - it's being vastly outperformed by the double-hashing scheme implemented, which uses fewer hash functions in practice.
I think that while theoretically sound, the universal hashing used seems insufficient in practice - it's being vastly outperformed by the double-hashing scheme implemented, which uses fewer hash functions in practice.
In the future, I would like to play around with an alternative hashing scheme, perhaps:
https://github.com/lemire/StronglyUniversalStringHashing
which is in the arxiv here:
https://arxiv.org/pdf/1202.4961v5.pdf
The text was updated successfully, but these errors were encountered: