Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[C++] Support for log compaction (port from C#) #172
Comments
This comment has been minimized.
This comment has been minimized.
|
Have assigned this issue to myself. I should be able to issue a PR soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The C# version of FASTER has the ability to compact a portion of the head of the log, copying live records to the tail. We need to port this capability to C++. This is a straightforward enhancement and the design is already flushed out in the C# version. More info can be found in the C# PR #112
Depends on #171