Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Libraries

    LibLZF 3.2

    Download button

    No screenshots available
    Downloads: 601  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.9/5)
    10 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Marc Lehmann | More programs
    BSD License / FREE
    February 18th, 2012, 08:34 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    LibLZF description

    A very small data compression library

    LibLZF is a very small data compression library. LibLZF library consists of only two .c and two .h files and is very easy to incorporate into your own programs. The compression algorithm is very, very fast, yet still written in portable C.

    Last not least, it is freely usable, unlike most other compression libraries which are under the GPL, this library uses a BSD-type license, so you can include it in your programs without worrying.

    Here are some key features of "LibLZF":

    - Small code size (less then 500 lines including header files and docs).
    - Very fast compression speeds, rivaling a straight copy loop, especially for decompression which is basically at (unoptimized) memcpy-speed. Compression speed can be increased by 20% by sacrificing a few percent of compression ratio.
    - Mediocre compression ratios - you can usually expect about 40-50% compression for typical binary data
    - Easy to use (just two functions, no state attached)
    - Highly portable (written in C)
    - Tunable, see the file lzfP.h in the distribution, to tailor liblzf to your needs. The generated compressed blocks can be decompressed by any liblzf version regardless of the options used to compress.
    - Freely usable (BSD-type-license)
    - Perl-Interface is available on CPAN (Compress::LZF)

    LibLZF is an ideal library for the following applications:

    - Fast, real-time compression, where liblzf can save I/O without costing too much CPU time.
    - Block compression. If you have repeated blocks of data (IP packets, application state etc..), then liblzf is ideal to decrease the size at a very small cost, as liblzf is basically free on modern cpus.


    Product's homepage

      


    TAGS:

    compression library | archiving library | small data compression | LibLZF | compression | library



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM