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

Implement the Gzip Compression of data #29

Open
adityachopra29 opened this issue Dec 16, 2024 · 0 comments
Open

Implement the Gzip Compression of data #29

adityachopra29 opened this issue Dec 16, 2024 · 0 comments
Labels
easy This easy solve this if you are a beginner! enhancement New feature or request

Comments

@adityachopra29
Copy link
Collaborator

adityachopra29 commented Dec 16, 2024

NOTE: Solve issue #28 first.

Implement the functions which creates a genericCompression instance for Gzip compression and decompression.
It should return a 'writer function' to create a writer that compresses data, and
a 'reader function' to create a reader that decompresses data.

NOTE: The GZIP compression requires an integer input for the level of compression, so dont forget that!

HINT: You can use the standard go implementation of GZIP algorithm

@adityachopra29 adityachopra29 added enhancement New feature or request easy This easy solve this if you are a beginner! labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy This easy solve this if you are a beginner! enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant