This is a cleanup PR, removes dirty bitmap from the Commit struct, further simplifying the flow. Also, when deleting/inserting there is no need to set the bit in the dirty bitmap either, since now we can re-compute it from the update buffers just before the commit.
This is a cleanup PR, removes
dirty
bitmap from theCommit
struct, further simplifying the flow. Also, when deleting/inserting there is no need to set the bit in the dirty bitmap either, since now we can re-compute it from the update buffers just before the commit.