Missing implementation of fine-grained write back
Closed this issue · 2 comments
baotonglu commented
Hi, The paper states that only the modified entry is written back to the memory pool to avoid the write amplification. However, in the source code, it seems that the whole node is already written back to the pool. Which part of the implementation is about fine-grained write-back? Look forward to your reply.
Transpeptidase commented
hi,refer to
Lines 917 to 919 in a0d541e
baotonglu commented
Thanks, got it!