bplustree icon indicating copy to clipboard operation
bplustree copied to clipboard

B+-tree in java that stores to disk using memory mapped files, supports range queries and duplicate keys

Results 4 bplustree issues
Sort by recently updated
recently updated
newest added

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

I want to delete some key value pairs as they come and go in real systems, can you provide some information on how to do this ?

enhancement

Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.4.0 to 3.5.0. Commits 868abc9 [maven-release-plugin] prepare release maven-checkstyle-plugin-3.5.0 9043f8a [MCHECKSTYLE-446] Dynamically calculate xrefLocation/xrefTestLocation 0e7bd00 [MCHECKSTYLE-445] Upgrade to Doxia 2.0.0 Milestone Stack b92666d Bump org.apache.maven.plugins:maven-plugins from 42...

dependencies

Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.12 to 0.8.13. Release notes Sourced from org.jacoco:jacoco-maven-plugin's releases. 0.8.13 New Features JaCoCo now officially supports Java 23 and Java 24 (GitHub #1757, #1631, #1867). Experimental support...

dependencies
java