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

Zstd support #129

Merged
merged 4 commits into from
Apr 9, 2024
Merged

Zstd support #129

merged 4 commits into from
Apr 9, 2024

Conversation

SkBlaz
Copy link
Collaborator

@SkBlaz SkBlaz commented Apr 7, 2024

Adding support for .zst, it appears this works at least as fast also.

src/main.rs Outdated
let reader = io::BufReader::new(gz_decoder);
Box::new(reader)
}
"zst" => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add tests when adding a new input/output format

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added, good point

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Github knows you didn't add tests, now that you did the build passes :)

Copy link
Collaborator Author

@SkBlaz SkBlaz Apr 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately no, build issue was most likely due to stack/runner conflict, put that on todos

@SkBlaz SkBlaz requested a review from ggaspersic April 8, 2024 07:04
@SkBlaz SkBlaz requested review from bbenshalom and ggaspersic April 8, 2024 13:24
@SkBlaz SkBlaz merged commit cd270c5 into main Apr 9, 2024
7 checks passed
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

Successfully merging this pull request may close these issues.

3 participants