forked from weaselab/conflict-set
Range reads are slow with dense keys
This commit is contained in:
+1
-3
@@ -894,9 +894,7 @@ bytes:
|
||||
bool checkRangeRead(Node *n, const std::span<const uint8_t> begin,
|
||||
const std::span<const uint8_t> end, int64_t readVersion,
|
||||
Arena &arena) {
|
||||
auto left = FirstGeqStepwise{n, begin};
|
||||
while (!left.step())
|
||||
;
|
||||
auto left = firstGeq(n, begin);
|
||||
|
||||
#if DEBUG_VERBOSE && !defined(NDEBUG)
|
||||
fprintf(stderr, "firstGeq for `%s' got `%s'\n", printable(begin).c_str(),
|
||||
|
||||
Reference in New Issue
Block a user