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

Operate on compressed input #26

Open
tfmorris opened this issue Apr 22, 2021 · 0 comments
Open

Operate on compressed input #26

tfmorris opened this issue Apr 22, 2021 · 0 comments

Comments

@tfmorris
Copy link

The file mentioned in the README is compressed and, given the I/O vs compute balance of modern computers, most would consider it a best practice to always operate on compressed data, so it seems like the benchmark should recognize that and require decompression of the input.

Yes, that makes it less trivial, but it's much more real world. It would also test the quality of the gzip/bgzip library implementation for the language. Perhaps report numbers for both compressed and uncompressed inputs if you want to isolate the compression effects.

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