I have heard that, for example, MurmurHash2 is not “incremental” but MurmurHash3 is incremental. What does this mean? And why is it useful?
I have heard that, for example, MurmurHash2 is not incremental but MurmurHash3 is incremental.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://www.cs.berkeley.edu/~daw/papers/inchash-cs06.pdf
They’re useful due to the fact that they’re easier to compute and therefore less expensive in terms of computing power and time.
However they’re not suited to every situation. That paper from Berkeley has some nice examples of when they can be useful in the Introduction section.