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

Is any one maintaining this? #17

Open
surfjedi opened this issue Nov 11, 2017 · 3 comments
Open

Is any one maintaining this? #17

surfjedi opened this issue Nov 11, 2017 · 3 comments

Comments

@surfjedi
Copy link

Is any one maintaining this?

@beatgammit
Copy link
Owner

I don't have an active interest in it. I forked it from something that was kind of slow (ported from Java IIRC), so I cleaned it up and fixed some of the big CPU sucks, but it's really not that useful. The browser already does gzip decompression, which fits 90% of use cases, and I mostly built this in conjunction with tar-js (and tar-async) because I had some projects where I was collecting a bunch of data and sending them all to a backend and tar+gzip was convenient.

Those projects are now obsolete and I now consider JS-based tar and gzip to be a really bad idea. If you want it for node.js, use the built-in Zlib stuff. If you want it for the browser, rethink why you want it and there's probably a better solution.

If you want to maintain it, I'll give you commit access.

@stokito
Copy link

stokito commented Nov 1, 2018

Hi @beatgammit can you mention in README the status of project.
I found some alternative https://github.com/Stuk/jszip but for zip files while I need gzip:(

@MykolaGolubyev
Copy link

Hi, I am very happy that I found this project. My use case is to build self contained html reports. Reports are dynamic in nature and use ReactJS to display data. Data is embedded as json inside html page. And html page is being generated at build time.

Data can get quite large and so I need to start compressing it (testingisdocumenting/webtau#257)

I deliberately want reports to be self contained (be able to email or slack one) and therefore I cannot rely on backend gzip.

Thank you for making this library. I read that there are edge cases that this may not support, but so far it worked in a limited testing.

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

4 participants