ashwanthkumar / suuchi

सूचि - Toolkit to build Distributed Data Systems
https://ashwanthkumar.github.io/suuchi/
53 stars 12 forks source link

Token ring ranges #43

Closed ashwanthkumar closed 7 years ago

ashwanthkumar commented 7 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.

codecov-io commented 7 years ago

Current coverage is 64.56% (diff: 55.55%)

Sunburst

No coverage report found for master at 0df596a.

Powered by Codecov. Last update 0df596a...67c5d17

ashwanthkumar commented 7 years ago

@brewkode Can you please take a look at this PR?

ashwanthkumar commented 7 years ago

Merging this change.