You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Per #103, the snapshotter's Ztoc creation needs to be adjusted to allow for easy addition of new types of compression algorithms. For more details, please refer to the design doc in #103.
This story requires implementing the following:
TocBuilder (please ensure that this type will be a common one for any compression algorithm)
Interface ZinfoBuilder with specific implementation for gzip (aka GzipZinfoBuilder)
Is your feature request related to a problem? Please describe.
Per #103, the snapshotter's Ztoc creation needs to be adjusted to allow for easy addition of new types of compression algorithms. For more details, please refer to the design doc in #103.
This story requires implementing the following:
Describe the solution you'd like
The steps to implement are outlined in the above section.
Describe alternatives you've considered
Keep everything as is.
Additional context
#103
The text was updated successfully, but these errors were encountered: