tzaeschke / phtree-cpp

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

shortcut in relocate() #68

Closed tzaeschke closed 2 years ago

tzaeschke commented 2 years ago

relocate can be optimized by avoiding to check for existence of keys/entries. We need a flag to handle this.