as Vacon suggested, i piblish current state-of-the-art with FreeArc:
http://www.haskell.org/bz/FreeArcBeta.7z
online russian docs: http://www.haskell.org/bz/FreeArc040.htm
please
- don't use it for real compression tasks - program still contain bugs and compression formats will be changed in released version
- don't advertise it outside of this forum
Main improvements:
• Exhaustive Russian docs (I plan to make English translation this month)
• Sources with easy-to-follow building guide
• Multimedia compression using TrueAudio, GRZIP and my own MM detector/preprocessor
• Enabling LZMA multithreading makes main compression algorithm 1.5x faster on dual-core CPUs
• Using temporary files for memory-hungry compression modes allows to raise maximum compression level up to –m8
• Fast Tornado compression used in –m1 and –m2 modes, providing 10-100 mb/sec compression speed with zip-like compression levels
• User-defined external compressors in arc.ini, so now you can use your favorite compressors (LPAQ, PPMonstr , CCM and any other) inside .arc archives
• Encryption of data using aes and archive headers using aes256+twofish+serpent, keyfiles support (-p, -hp, -kf, -ae, -hae)
There is also number of minor changes:
• Use -mx for maximum internal compression
• Use -max for maximum compression involving external compressors (PPMonstr, ECM, Precomp and PackJPG as defined in shipped arc.ini)
• Implemented –m6p..-m9q methods
• File filtering based on modification time, size, name (-ta, -tb, -tn, -to, -sl, -sm, -n)
• New 'lb' command lists bare filenames of files in archive
• 'y' command renamed to 'ch' for compatibility with RAR
• No more need to add "--recompress" when recompressing archives using "ch" command: "Arc ch archive –mx"
• --display option was greatly enhanced; use -di to display all information
• -z also works on extracting, saving archive comment to file
• Improved help displayed by "Arc", added help to user queries
• Temporary files are deleted when exiting by Ctrl-Break
• Renamed groups in arc.groups : $audio -> $wav, $rgb -> $bmp; added $precomp, $jpg, $iso groups


Will add extensions and post both test results here!
