penberg/bwtree-rs

Page consolidation

Opened this issue · 1 comments

Let's implement page consolidation, which compacts delta records into a page.

Is this project still ongoing? It seems that the current implementation only includes a lock-free linked list for delta records, rather than a lock-free linked list for nodes. Perhaps I could continue to improve this project.