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

update to use gzip-compressed precompute features #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ezavesky
Copy link

Attempt to shrink precomputed feature files. To keep it simple, changing the default mode to include compressed as the desired format, but another command arg could also be added if preferred.

Interestingly, the peak-point only mode did not gain from the small collection of sample files. This is a quick table of files produced during the test run of the main Makefile.

 60K    gz/precompdir/Nine_Lives
140K    non-zip/precompdir/Nine_Lives
 52K    gz/precomppkdir/Nine_Lives
 52K    non-zip/precomppkdir/Nine_Lives

On longer files (9 files with average length of 1h15m) the savings are more apparent (using 11k, density 100, 1 shift).

 10M    gz/precompdir/audio/2d
 15M    non-zip/precomp/audio/2d
3.1M    gz/precompk/audio/2d
4.1M    non-zip/precompk/audio/2d

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

Successfully merging this pull request may close these issues.

1 participant