Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: LZMA


Related Topics
LZW

In the News (Mon 4 Jun 12)

  
  LZMA Streams in Java
Like the original LZMA SDK, this code is available under the GNU LGPL or the Common Public License.
I needed a Java implementation of LZMA for a particular project.
The Jar file available for download includes the compiled classes for the (unmodified) LZMA SDK and for my interface, so that may be all you need.
contrapunctus.net /league/haques/lzmajio   (227 words)

  
  LZMA   (Site not responding. Last check: )
LZMA is a data compression algorithm, used in the 7z format of the 7-Zip archiver.
Support for multi-threading and for the Pentium 4 microprocessor's hyper-threading feature The decompression code for LZMA is around 5KB and the dynamic memory needed during decompression is modest (it depends on the dictionary size).
Unfortunately, the use of Microsoft Windows specific features is deeply buried in the source code, which makes it very difficult to create a Unix compatible version.
www.serebella.com /encyclopedia/article-LZMA.html   (249 words)

  
 Debian -- Details of package lzma in sid
LZMA is a compression algorithm, based on the famous Lempel Ziv compression method.
The main characteristics of the algorithm are very good compression, fast decompression, use of lot of RAM for compression and low usage of RAM for decompression.
LZMA provides high compression ratio and very fast decompression, so it is very suitable for embedded applications.
packages.debian.org /unstable/utils/lzma   (206 words)

  
 Exploring the Netcomm NB5 - SquashFS & LZMA Compression
There are some claims that LZMA can offer up to 30% better compression over ZLIB, however a 10 to 15% gain is normally achievable on the typical squashFS images found in modems such as the NB5.
One of LZMAs disadvantages is it requires more memory and CPU to compress the data, however only uses 1/10 of the memory to decompress.
SquashFS using LZMA currently requires patches, and unfortunately there is a couple of versions floating around were the format of the headers/properties are different and hence cause incompatibility problems.
www.beyondlogic.org /nb5/squashfs_lzma.htm   (579 words)

  
 [BusyBox] LZMA (Patches for busybox and buildroot)
The downside of lzma (of which we have added to) is that there seems to be no real standard on how the files are made which makes the different utils incompatible with eachother.
The feature common for all these packages are that they use the zlib/stream based method as used by the lzma patched mksquashfs found at http://oleg.wl500g.info/ Thanks to Ming-Ching Tiew for lzmatools and the kernel patch.
Buildroot stuff: lzmatools-buildroot.tgz is make files for lzmatools lzma-buildroot.tgz is a separate lzma tool from http://martinus.geekisp.com/rublog.cgi/Projects/LZMA This is not compatible with the other lzma based tools and patches here and neither the lzma tools you can compile from the SDK (the last time I checked at least) Thomas.
www.busybox.net /lists/busybox/2005-May/014353.html   (428 words)

  
 Official Squashfs LZMA
LZMA is one of the best compression algorithms and Squashfs is one of the best compressed filesystems available nowadays.
LZMA can compress much better then gzip, which is used in squashfs now.
Compressing to LZMA format is very slow, but this is not a problem as the squashfs filesystem needs to be compressed only once.
www.squashfs-lzma.org   (239 words)

  
 Compression Tools Compared | Linux Journal
Combine a little-known data compression tool named lzma with tar to increase storage space effectively by 400%.
lzma's -x option tells it to compress more, and its -s option tells it how big of a dictionary to use.
This corresponds to using lzma with a 2
www.linuxjournal.com /article/8051   (2086 words)

  
 LZMA SDK (Software Development Kit)
LZMA is the default and general compression method of 7z format in the 7-Zip program.
ANSI-C LZMA decompression code is ported from the original C++ sources to C. Also, it has been simplified and optimized for code size.
Port of LZMA SDK to Pascal (Delphi, Kylix and Freepascal)
www.7-zip.org /sdk.html   (593 words)

  
 [LinuxBIOS] selection of compression algorithm
It needs to allocate some scratch space (between 5228 and 6295148 bytes, default value is 15980 bytes) besides src and dst.
lzma decompression can be called the same way as nrv2b decompression: static unsigned long unlzma(unsigned char * src, unsigned char * dst); Patch is attached.
To use lzma compression, download the LZMA SDK.
www.linuxbios.org /pipermail/linuxbios/2006-May/014688.html   (369 words)

  
 LZMA Utils
Average compression ratio of LZMA is about 30% better than that of gzip, and 15% better than that of bzip2.
Decompression speed is only little slower than that of gzip, being two to five times faster than bzip2.
The patch for GNU tar integrates LZMA compression with the tar command in the same way as with gzip and bzip2.
tukaani.org /lzma   (223 words)

  
 OpenBSD Package Details - lzma-4.32.0beta2.tgz   (Site not responding. Last check: )
With bzip2 LZMA is in par when compressing with approximately same compression ratio but for smallest file size the time required can be 5 times the time used by bzip2.
Luckily the same does not apply to decompression speed: even the tightest LZMA files can be decompressed in time less than a half of the time that bzip2 would take.
This makes LZMA an ideal compression tool for distributing files in the Internet and on CDs/DVDs because the files are usually compressed only once but decompressed many times.
www.openbsd.org /4.0_packages/vax/lzma-4.32.0beta2.tgz-long.html   (176 words)

  
 PyLZMA - random :: entropy   (Site not responding. Last check: )
As the LZMA SDK by Igor Pavlov is Open Source, it was no problem writing some Python wrappers for the C++ library.
I'd really like to see pylzma's lzma src updated to the current lzma sdk so it can be compiled with gcc4.
The lzma sdk that pylzma uses is rather old now.
www.joachim-bauch.de /projects/python/pylzma   (1148 words)

  
 Lzma downloads - PECompact (Student version), .netshrink, PECompact
PECompact supports multiple compression formats, including LZMA, through the use of CODEC plug-ins.
It uses LZMA compression library and can decrease your file size by 50%.
.netshrink uses LZMA compression library to achieve maximum compression ratios.
www.vicman.net /lib/lzma.htm   (232 words)

  
 Sfx7Zip: 7-Zip self-extractor based on LZMA + BCJ
Servant Salamander installer (from version 2.5 beta 10) is using self-extractor based on popular 7-Zip LZMA SDK.
Supports the LZMA method and x86 Branch Coder (BCJ).
Extensions to the original 7-Zip from LZMA SDK 4.27:
www.altap.cz /salam_en/7zip.html   (275 words)

  
 FreshPorts -- archivers/lzma
This tool uses raw LZMA format as opposed to 7z container format, which uses LZMA as the default compression algorithm, but has many additional features and a header incompatible to that of raw LZMA streams.
Simple command line version of compression program using LZMA compression method.
LZMA can compress and decompress data streams using standard input/output.
www.freshports.org /archivers/lzma   (258 words)

  
 [No title]
You need the lzma program to compress the kernel.
This patch is part of the 7zip.txt LFS hint.
+// Otherwise you need a special version of lzma compression program +// which will pad the compressed length in the header.
www.linuxfromscratch.org /patches/downloads/linux/linux-2.6-lzma-1.patch   (520 words)

  
 Inno Setup
Supports creation of a single EXE to install your program for easy online distribution.
Includes integrated support for "deflate", bzip2, and 7-Zip LZMA file compression.
The installer has the ability to compare file version info, replace in-use files, use shared file counting, register DLL/OCX's and type libraries, and install fonts.
www.jrsoftware.org /isinfo.php   (302 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.