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

Gzipped input support #36

Open
9 tasks
ezorita opened this issue May 17, 2018 · 1 comment
Open
9 tasks

Gzipped input support #36

ezorita opened this issue May 17, 2018 · 1 comment

Comments

@ezorita
Copy link
Owner

ezorita commented May 17, 2018

Description

As a user I want to use the mapper directly with gzip-compressed files.

Subtasks

  • Find a gzip library (zlib.h is multi-platform).
  • Write code to detect whether input file is gzipped.
  • Update code to read input file using zlib functions.
  • Embed the library in the software (no complicated installs!).

Acceptance criteria

  • The software distinguishes between compressed and plain files without extra parameters.
  • A plain input file and its compressed version produce the exact same result.
  • Installing/compiling the software does not require any additional step.
  • The software supports the same platforms/OS as before.

Test procedures

  • Unit tests with compressed versions of the test example files.
@ezorita
Copy link
Owner Author

ezorita commented May 23, 2018

Example code from Zerone:
gz.txt

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