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

[Feature] Add way to comprese the text #3

Closed
SpyrosRoum opened this issue Jan 23, 2021 · 2 comments
Closed

[Feature] Add way to comprese the text #3

SpyrosRoum opened this issue Jan 23, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@SpyrosRoum
Copy link
Owner

Text is already very light but it can get a lot lighter when compressed. It might be worth adding the ability to keep compressed text if the performance hit is not big

I am thinking a feature flag (similar to web) would be nice so we don't force people to build dependencies and features they don't use.

In case we do this I think --output should point to the compressed file in which text will be appended

@SpyrosRoum SpyrosRoum added the enhancement New feature or request label Jan 23, 2021
@SpyrosRoum
Copy link
Owner Author

Closed with version 1.1.
Now text is compressed before being saved.

@SpyrosRoum
Copy link
Owner Author

For the record, to compress files that are already there just cd to your output directory and run zstd *, assuming you have zstd installed of course

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant