
Originally Posted by
toffer
single file compression. You cannot use the redundancy between two files of identical types (which is often called "solid archive"). With a general interface to streaming compressors this can be accomplished - thus resulting in higher compression. The archiver interface only has to order the files by type and tell the coder to reset its model/state/whatever in between two different types.
One could also use FA for this :
Code:
arc a -mcmm -se archive files
Will first group the files by extension and create a separate CMM per extension and putting all the CMM compressed files in one arc-archive.
Works great !