-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
Compression #5
Comments
First question, should compression be on or off by default? Second, how should the per assembly config work? Flip the default or specify it explicitly as an override? |
why would you want to config per assembly? |
Just covering the bases. So you think it won't be needed? |
Just cant think of a case that people would only compress some assemblies. |
BTW what r u using for compression |
Just DeflateStream. I've used it before and it's fine. Quick enough to not have a noticeable speed hit. |
Pull request #6 |
This features compresses the files before embedding them, and uncompresses them automatically right before use.
I've got this working in my own branch, but I'd still like to add a few features and discuss it before pushing to main.
[ ] Config option to turn off compression per assembly.The text was updated successfully, but these errors were encountered: