Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support stream testing without expecting a decompressed stream #100

Open
nyurik opened this issue Dec 23, 2023 · 0 comments
Open

Support stream testing without expecting a decompressed stream #100

nyurik opened this issue Dec 23, 2023 · 0 comments

Comments

@nyurik
Copy link
Contributor

nyurik commented Dec 23, 2023

In some cases like sqlite-compressions, a user may need to validate the integrity of a compressed value, but not care to get the decoded value, i.e. brotli_test(brotli("foo bar")) should return true. Currently, there doesn't seem to be any efficient way to do a decode to /dev/null (i.e. without actually copying the result to the output).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant