Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-10 | Cleanup: remove the fragment store/discard and block discard hooks | David Oberhollenzer | |
There is no obvious non-footgun use for those other than tallying statistics, which is now done by the data structures themselves. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2020-02-10 | Add run time statistics to the block writer and processor | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2020-01-31 | Split the block writing/deduplication away from the block processor | David Oberhollenzer | |
This commit moves the entire block writing and deduplication of data blocks over to a different data type named "block writer". For simplicity, the interfaces of the block processor are left as is and are turned into warppers. Likewise, most of the code in the block writer is just verbatim from the block processor, to be cleaned up in subsequent commits. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |