Skip to content
#

b-plus-tree

Here are 36 public repositories matching this topic...

EdgarACarneiro
EdgarACarneiro commented Mar 16, 2021

The current implementation does not allow the overriding of the FlatInterval.equals method since internally some FlatInterval objects are created to optimise data handling. As such, if one does override the equals method with the new properties, the search method brakes.

Possible solutions:

  • Stop creating FlatInterval objects inside the I2BplusTree and just use/ move around the va

Improve this page

Add a description, image, and links to the b-plus-tree topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the b-plus-tree topic, visit your repo's landing page and select "manage topics."

Learn more