tzaeschke / phtree-cpp

PH-Tree C++ implementation
Apache License 2.0
29 stars 9 forks source link

Look at B+tree #102

Open tzaeschke opened 1 year ago

tzaeschke commented 1 year ago

There may be some issues with the B+tree:

tzaeschke commented 1 year ago

rebalance() was fixed in #114.

tzaeschke commented 1 year ago

copy/move was fixed in https://github.com/tzaeschke/phtree-cpp/pull/119.