KonradHoeffner / hdt

Library for the Header Dictionary Triples (HDT) compression file format for RDF data.
https://crates.io/crates/hdt
MIT License
19 stars 4 forks source link

handle case where high and low are both 0 and no matches have been found #45

Open GregHanson opened 3 months ago

GregHanson commented 3 months ago

resolves https://github.com/KonradHoeffner/hdt/issues/44

If high and low are both 0 when entering the loop, this loop will never exit