Historique des commits

Auteur SHA1 Message Date
  trizen cc4dc6389e Version 0.13 il y a 3 semaines
  trizen 4848268410 - Use level 9 in bzip2_compress() and a chunk-size of 2**17. il y a 3 semaines
  trizen 4f84d8fd1d modified: examples/gzip_decompressor.pl -- recognize for Gzip fields il y a 3 semaines
  trizen c34e5c6d72 - Fixed the extraction of Gzip data that contains a comment. il y a 3 semaines
  trizen fd07369911 - Added two more test files. il y a 4 semaines
  trizen 9469739509 Version 0.12 il y a 4 semaines
  trizen 54421e7288 - Added the `lz4_compress()` function. il y a 4 semaines
  trizen 2c3375d673 - Extended the `lzss_encode*` functions to accept an optional `%params` options. il y a 4 semaines
  trizen ab32240df3 - Allow `LZ_MAX_CHAIN_LEN` to be changed by the user in `gzip_compress()`. il y a 4 semaines
  trizen e1536c35b7 modified: README.md -- update il y a 4 semaines
  trizen dda862a8ce - Added the `lz4_decompress()` function. il y a 4 semaines
  trizen 8d19504781 - Slightly better performance in `mtf_encode()`. il y a 4 semaines
  trizen 767ff1998b Version 0.11 il y a 4 semaines
  trizen 8a74facc32 Version 0.11. il y a 4 semaines
  trizen 68b619320b new file: t/gzip_fast.t il y a 4 semaines
  trizen 8ceafd7ea5 modified: README.md il y a 4 semaines
  trizen a715e7a155 - Added the `gzip_compress()` and `gzip_decompress()` functions. il y a 1 mois
  trizen e064f34a50 Validate the Stream CRC32 value in bzip2_decompress(). il y a 1 mois
  trizen b91260cb7a Validate CRC32 in bzip2_decompress(). il y a 1 mois
  trizen cbb7785b68 - Added the `crc32()` function. il y a 1 mois
  trizen b94eedb041 - Added the `int2bytes()` and `int2bytes_lsb()` functions. il y a 1 mois
  trizen 7b18fa4e29 - Changed the default value of `$Compression::Util::LZ_MAX_LEN` from 258 to 32768. For some inputs, this results in better compression at no additional costs. il y a 1 mois
  trizen 9504beea0f modified: t/lz77_bwt_obh.t -- fixed the order of parameters il y a 1 mois
  trizen af9a6845b5 Version 0.10 il y a 1 mois
  trizen e3b7eb6370 Export `mrl_compress` and `mrl_decompress`. il y a 1 mois
  trizen 93cdbb1196 - Added the `bytes2int()` and `bytes2int_lsb()` functions. il y a 1 mois
  trizen 26f7b2141e - Optimized the fast-LZSS parsing for string. il y a 1 mois
  trizen e81b518803 - Added the `mrl_compress()` and `mrl_decompress()` functions, for compressing/decompressing strings. il y a 1 mois
  trizen f6efa468aa Fixed several documentation typos. il y a 2 mois
  trizen 3a1176f2cb modified: examples/gzip_decompressor.pl -- improved decompression speed il y a 2 mois