commit | e363841e75548a211757b77bf3356d527a1c4c62 | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Thu Nov 02 14:53:14 2023 -0700 |
committer | Daniel Zheng <zhengdaniel@google.com> | Tue Nov 07 14:28:57 2023 -0800 |
tree | 39ec0b03953c965ee34e6afbc73fc900a655754a | |
parent | cf35a2ed4b67381e9f82e69d6ebf15c905bed63d [diff] |
libsnapshot: Add single threaded compression to v3 writer Add compression path back into Cow operations. Main change is that the compression algorithm is stored in the header instead of each individaul op. Have the writer_v3 set this algorithm when parsing options. There looks to be a lot of code we'll be able to factor out into the base class, but we can leave that to a later CL. Test: cow_api_test Change-Id: Ie9a8eceb5fbdaecae50911119c75f2e51d776a28