[−][src]Module atm::storage::batch_tar_file
Batch archive storage backend
Structs
BatchTarFile | Nested tar archive storage backend,
where each entry in the archive is a
gzip-compressed tar archive containing MIDI files.
Use for the largest datasets where compression, or output file size, is of the utmost
importance. Choosing a batch size (and compression level) such that each compressed tar
archive aligns with 512 bytes will ensure that no space is wasted in the top-level archive.
For example, if a batch size of 25 compresses to 515 bytes, then each entry will take |