bzip2smp parallelizes the bzip2 compression process to achieve a near-linear performance increase on SMP machines. On a two-processor Xeon machine, the speedup is around 180%. The tool's main purpose is to aid performing heavy-duty server backups. It can also be used on modern desktop multicore processors (such as AMD Athlon64 X2 and Intel Pentium D).
Verwandte ProjekteWin32 Disk Imager, Meltice Family, Media Player Classic - Home Cinema, PeaZip, 7-Zip |
Amigadepacker uncompresses various compression
formats used on AmigaOS. The supported formats are
PowerPacker, XPK SQSH, MMCMP, and StoneCracker 4.04. It can also decrypt PowerPacker encrypted data files.
Verwandte ProjekteSmillaEnlarger, SlunkCrypt, Darik's Boot and Nuke, PeaZip, Meltice Family |
Zzip-zzlib is a compression utility and library
for Unix and Windows. It uses several steps,
including Burrows-Wheeler Transformation, and
often gets better compression than bzip2.
Verwandte ProjekteiReport-Designer for JasperReports, LHa for UNIX, DeSmuME, Meltice Family, PeaZip |
LZHAM is a general purpose lossless data compression library that borrows many ideas from LZMA, but purposely makes several key tradeoffs that favor decompression speed over compression ratio. LZHAM's compression ratio is typically within .5% of LZMA, but decompresses 2-3 times faster. LZHAM's compressor is heavily threaded in a way that does not sacrifice compression ratio. The decompressor supports streaming and memory to memory decompression, and is designed to be particularly fast on embedded devices, handhelds, and game console platforms.
Verwandte Projekte7-Zip, DeSmuME, iReport-Designer for JasperReports, Darik's Boot and Nuke, PeaZip |
lxz aims to create xz-compatible compressed files, utilizing multiple threads and liblzma. It was forked from lbzip2-0.23 and inherited the same internal structure. It supports compression only (basic features), and will lose its raison d'etre as soon as xz itself gets multithreading support.
Verwandte ProjekteiReport-Designer for JasperReports, Lupin, PeaZip, SmillaEnlarger, Meltice Family |
JBDiff (Java Binary Diff) utility is a Java port of the C based bsdiff utility by Colin Percival.
Verwandte ProjekteSharpDevelop-jp, PeaZip, Win32 Disk Imager, MeCab, Dumpper v.60.3 |
Fivebit is a Python 3 compression library for short text strings. It compresses short strings of text into five bit encoding, which yields a 37.5% reduction for lowercase ASCII. There is also a dictionary for the 1024 most common English words (3 letters or longer). Punctuation, digits, and normal symbols will usually take up 10 bits each, and oddball Unicode characters will take up more space again.
Verwandte ProjekteLupin, DeSmuME, TuxGuitar, Darik's Boot and Nuke, iReport-Designer for JasperReports |
remove/rename/move old files assists in the
management of old files by removing, moving, or
compressing them. It is a configuration file-based
program written in Perl.
Verwandte ProjekteWin32 Disk Imager, MPC-BE, MeCab, Dumpper v.60.3, PeaZip |
Pipa reads data from stdin and does various things with it: rotates by time interval / output file size; compresses it (gz, bz2, lzo, xz); names the output file with strftime(); splits it intelligently when given info about the file structure (newlines / PCAP); calls a user command on the finished output file; passes it to stdout (like tee); and more.
Verwandte ProjekteMeltice Family, Lupin, SmillaEnlarger, PeaZip, TuxGuitar |
Shoelacer attempts to generate a pair of small C
functions that compress or decompress a set of
data (primarily short strings) presented to it,
and possibly other data of that kind. The data it
is given may consist of entries of just a few
bytes or longer. Its goal is to be reasonably fast
with a tiny memory overhead. Compression
performance is not so much the goal, although it
certainly isn't ignored.
Verwandte ProjekteMeCab, Media Player Classic - Home Cinema, MinGW - Minimalist GNU for Windows, MPC-BE, PeaZip |