You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The work I am focusing on tries to calculate the compression ratio of the original text to the byte text output. Question is how to know how much compression (memory wise) is being performed as a fraction of original text.
I can see one way to do this. Save the compress("some string") output to a file and see the file size. Is there a better way to do this?
Thanks for the library though, you automated a lot of what I wanted to do.
The text was updated successfully, but these errors were encountered:
The work I am focusing on tries to calculate the compression ratio of the original text to the byte text output. Question is how to know how much compression (memory wise) is being performed as a fraction of original text.
I can see one way to do this. Save the compress("some string") output to a file and see the file size. Is there a better way to do this?
Thanks for the library though, you automated a lot of what I wanted to do.
The text was updated successfully, but these errors were encountered: