Closed ashwanthkumar closed 8 years ago
Fixes #42 and making some progress towards #49
Also changed MurmurHash3.arrayHash -> MurmurHash3.bytesHash, because according to ScalaDocs bytesHash supposed to be faster because it takes 4 bytes at a time.
No coverage report found for master at 0df596a. Powered by Codecov. Last update 0df596a...67c5d17
No coverage report found for master at 0df596a.
Powered by Codecov. Last update 0df596a...67c5d17
@brewkode Can you please take a look at this PR?
Merging this change.
Fixes #42 and making some progress towards #49
Also changed MurmurHash3.arrayHash -> MurmurHash3.bytesHash, because according to ScalaDocs bytesHash supposed to be faster because it takes 4 bytes at a time.