Last summer I implemented mine own flavor of
B+Tree aka B+HTree, H for Hash. Usually O characteristics for B trees are calculated on height of the tree, however insertion of the data to leaf block can be costly. E.g. if key / value pairs are stored as array, one needs to shift at least half of the pairs at insertion. To avoid the problem, the data
(
Read more... )
Comments 6
Reply
Reply
Btw, how do you avoid costly mapping/unmapping with B+HTree?
Reply
Reply
Reply
Reply
Leave a comment