LZO is a data compression library which is suitable for data de-/compression in real-time. This means it favours speed over compression ratio. LZO implements a number of algorithms with the following features: + Decompression is simple and *very* fast. + Requires no memory for decompression. + Compression is pretty fast. + Requires 64 kB of memory for compression. + Allows you to dial up extra compression at a speed cost in the compressor. The speed of the decompressor is not reduced. + Includes compression levels for generating pre-compressed data which achieve a quite competitive compression ratio. + There is also a compression level which needs only 8 kB for compression. + Algorithm is thread safe. + Algorithm is lossless. Author: Markus Franz Xaver Johannes Oberhumer markus.oberhumer@jk.uni-linz.ac.at WWW: http://www.oberhumer.com/opensource/lzo/ id='cgit'>
aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/sgmlformat
Commit message (Expand)AuthorAgeFilesLines
* SIZEify.kuriyama2004-03-181-0/+1
* Still need perl5 to run.obrien2003-05-071-0/+1
* Unbreak the Alpha release build by removing the build dependancy on Perl.obrien2003-05-071-3/+3
* de-pkg-comment.kuriyama2003-02-222-1/+1
* Add missing files and sortkris2003-02-221-8/+20
* Use openjade on all non-i386 platforms, not just alpha.tmm2002-11-111-1/+1
* Use onsgmls instead of nsgmls when $WITH_OPENJADE is defined.kuriyama2002-01-161-1/+7
* Catch up to recent -current.kuriyama2001-09-081-3/+4
* Unbreak references in non-html output for port textproc/sgmlformatdwcjr2001-09-012-0/+26
* Correct logic who's result was OpenJade not being used to satisfy theobrien2001-03-231-9/+6
* More style fixes for ports/textproc.olgeni2001-02-061-1/+1
* I'll maintain them for Documentation Project.kuriyama2001-01-291-1/+1
* Remove inactive MAINTAINER <jfieber>, who hasn't committed in 14 months.will2001-01-271-1/+1
* Make this play nice when WITH_OPENJADE is defined.jim2000-10-17