ashwanthkumar / suuchi

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

Ash/Selva - Added full and prefix scan support to all the stores #61

Closed ashwanthkumar closed 7 years ago

ashwanthkumar commented 7 years ago

Changed ConcurrentHashMap of InMemoryStore to ConcurrentSkipListMap to preserve ordering of keys

Added tests to RocksDB and InMemory stores.

@gsriram7 Creating a PR out of the branch - so it's easy to track the work we do and review changes easily.

codecov-io commented 7 years ago

Current coverage is 74.82% (diff: 81.48%)

Sunburst

No coverage report found for master at 4ce8583.

Powered by Codecov. Last update 4ce8583...c433ab7

ashwanthkumar commented 7 years ago

@gsriram7 The changes LGTM. Let me know if you've anything more to add before we merge.

ashwanthkumar commented 7 years ago

@gsriram7 This LGTM. I'm going ahead with the merge. Please let's take further PR comments as separate PRs.