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
Offer a read-only dry-run mode using the compression API, simulating the effects of compacting a folder without actually doing it.
This allows for a safe way to present a user with potential savings, and offers an opportunity to validate excludes and compresstimation both more efficiently than actually performing compaction, and more accurately than relying on lz4 as a stand-in.
This links with the desire to benchmark algorithms, which also requires compression API access.
The text was updated successfully, but these errors were encountered:
Offer a read-only dry-run mode using the compression API, simulating the effects of compacting a folder without actually doing it.
This allows for a safe way to present a user with potential savings, and offers an opportunity to validate excludes and compresstimation both more efficiently than actually performing compaction, and more accurately than relying on lz4 as a stand-in.
This links with the desire to benchmark algorithms, which also requires compression API access.
The text was updated successfully, but these errors were encountered: