Problem
KLL compactor merge is not in place. Currently, it will copy items into a buffer area first and move items to the new compactor.
Scope
The compactor operation needs to be upgraded.
However, needs more test to check if insertion speed is affected and how insertion speed is affected. Also, may need to work with #87 together.
Problem
KLL compactor merge is not in place. Currently, it will copy items into a buffer area first and move items to the new compactor.
Scope
The compactor operation needs to be upgraded.
However, needs more test to check if insertion speed is affected and how insertion speed is affected. Also, may need to work with #87 together.