-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Environment
System: Windows 10, 64 bit.
Nodejs Version: 12.13.0
Steps to Reproduce
Then run the following code -
var murmurhash = require('./murmurhash');
murmurhash.v3('foo');
// prints 4138058784
murmurhash.v2('foo');
// prints 2414502773Expected
One of those outputs needs to be equal to -156908512 which is the known murmurhash for foo
Note
I observed this behaviour with Gary's original work too. Please refer to this issue.
Metadata
Metadata
Assignees
Labels
No labels