Архив метки: paq

Ultra Compression Params Generator 1.01

Ultra Compression Params Generator
GUI and generator of the best compression parameters for perspective compressors: BSC and Kanzi. BSC is a high performance file compressor based on lossless, block-sorting data compression algorithms. Multiple algorithms that allows software fine-tuning for maximum speed or compression efficiency. Kanzi is a modern, modular, portable and efficient lossless data compressor implemented in C++. Modern: state-of-the-art algorithms are implemented and multi-core CPUs can take advantage of the built-in multi-threading. Modular: entropy codec and a combination of transforms can be provided at runtime to best match the kind of data to compress. Unlike the most common lossless data compressors, Kanzi uses a variety of different compression algorithms and supports a wider range of compression ratios as a result. Most usual compressors do not take advantage of the many cores and threads available on modern CPUs. Kanzi is multithreaded by design and uses several threads by default to compress blocks concurrently.
Читать далее

Ultra Compression Params Generator 1.01 (English)

Ultra Compression Params Generator (English)
GUI and generator of the best compression parameters for perspective compressors: BSC and Kanzi. It uses all possible compression parameters and at the end it creates the smallest possible archive. BSC is a high performance file compressor based on lossless, block-sorting data compression algorithms. Multiple algorithms that allows software fine-tuning for maximum speed or compression efficiency. Kanzi is a modern, modular, portable and efficient lossless data compressor implemented in C++. Modern: state-of-the-art algorithms are implemented and multi-core CPUs can take advantage of the built-in multi-threading. Modular: entropy codec and a combination of transforms can be provided at runtime to best match the kind of data to compress. Unlike the most common lossless data compressors, Kanzi uses a variety of different compression algorithms and supports a wider range of compression ratios as a result. Most usual compressors do not take advantage of the many cores and threads available on modern CPUs. Kanzi is multithreaded by design and uses several threads by default to compress blocks concurrently.
Читать далее

WinRK — заброшенный архиватор с сумасшедшим сжатием


Архиватор был написан талантливым программистом, но, к сожалению, он захотел заработать денег и сделал его платным, поэтому программа не получила особого распространения. А потом и была полностью заброшена разработчиком. Кроме того, интерфейс получился довольно глючный. Степень сжатия RK-архивов очень высока, т.к. там используется PAQ-подобный алгоритм. Ещё одна особенность — перед созданием архива, программа сначала отдельно проводит анализ всех файлов, а уже потом сжимает их, такого я не видел в других архиваторах.
Читать далее

Архиватор ZPAQ

Пожалуй, самый мощный в плане максимального сжатия архиватор на сегодняшний день. Основной разработчик — Matt Mahoney (плюс на разных этапах разработки, особенно во времена PAQ, принимали участие многие эксперты в области сжатия данных). Основное достоинство на мой взгляд — можно добавлять новые алгоритмы сжатия, заточенные под определённые типы файлов, без потери обратной совместимости. Т.е. старые версии архиватора смогут распаковывать даже более новые архивы. Для добавления новых алгоритмов нужно использовать ZPAQD. Главный недостаток для обычных пользователей — отсутствие привычного оконного интерфейса, всё надо делать через командную строку. Хотя в последнее время и появляются оконные оболочки от других разработчиков.
Читать далее