Shizhe LIU

Results 2 issues of Shizhe LIU

**Describe the bug** After using the appender build RangeBitmap, insert new values, then build a RangeBitmap again, there will occur unexpected results. **To Reproduce** **My test file: ** ``` import...

enhancement

I tested and found that there was an error in the results of the range query. My test code is as follows: ```java import com.github.davidmoten.bplustree.BPlusTree; import com.github.davidmoten.bplustree.Serializer; import org.apache.commons.io.FileUtils; import...