Page consolidation
Opened this issue · 1 comments
penberg commented
Let's implement page consolidation, which compacts delta records into a page.
konicyQWQ commented
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.