Giter VIP home page Giter VIP logo

pete4abw / lrzip-next Goto Github PK

View Code? Open in Web Editor NEW
43.0 3.0 8.0 3.6 MB

Long Range Zip. Updated and Enhanced version of ckolivas' lrzip project. Lots of new features. Better compression. Actively maintained.

Home Page: https://github.com/pete4abw/lrzip-next

License: GNU General Public License v2.0

C 61.75% Shell 1.16% C++ 31.44% Assembly 4.29% Makefile 0.52% M4 0.84%
lrzip compression lzma-sdk lzma lrzip-fe rzip lrzip-next c bzip2 bzip3

lrzip-next's Introduction

lrzip-next - Long Range ZIP

LZMA SDK 23.01 (July 2023)

See FEATURES and WHATS-NEW files for list of lrzip-next enhancements.

(See original README for more historical info)

Download and Build

$ git clone https://github.com/pete4abw/lrzip-next
or if you desire to also download the lrzip-fe front end
$ git clone --recurse-submodules https://github.com/pete4abw/lrzip-next

If you forget use --recurse-submodules and want to download lrzip-fe separately, use these commands:

$ git clone https://github.com/pete4abw/lrzip-next
$ cd lrzip-next
$ git submodule update --init (to download lrzip-fe)

NEW! Tarballs will now compile from version 0.7.44 onward. gitdesc.sh has been made more intelligent! Recommend downloading from master, not from past tags/releases.

NEW! If you just want to try lrzip-next, download the static binaries. No compilation necessary. Get current x86_64 binaries in Releases.

Verify file with gnupg key 0xEB2C5812.

Build

cd lrzip-next
$ ./autogen.sh
$ ./configure [options] (see configure --help for all options)

If any required libraries or compilers are missing, configure will report and stop.

$ make [-j#] (for parallel make where # is typically number of processors)
$ make install (as root)

How it Works

lrzip-next applies a two-step process (optionally three-step process if filters are used) and reads file or STDIN input, passes it to the rzip pre-processor (and optional filter). The rzip pre-processor applies long-range redundancy reduction and then passes the streams of data to a back-end compressor. lrzip--next will, by default, test each stream with a compressibility test using lz4 prior to compression. The selected back-end compressor works on smaller data sets and ignore streams of data that may not compress well. The end result is significantly faster compression than standalone compressors and much faster decompression.

lrzip-next's compressors are:

  • lzma (default)
  • gzip
  • bzip2
  • bzip3
  • lzo
  • zpaq
  • zstd
  • rzip (pre-processed only)

lrzip-next's memory management scheme permits maximum use of system ram to pre-process files and then compress them.

Usage and Integration

See Discussions and Wiki for info.

Thanks

Con Kolivas - the creator of lrzip
Others listed in original README file.

README Authors

For lrzip-next
Peter Hyman (pete4abw on Guthub) [email protected]
Sun, 04 Jan 2009, README
Mon, 28 Apr 2021: README.md

For lrzip
Con Kolivas (ckolivas` on GitHub) [email protected]
Fri, 10 June 2016: README

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.