Commit History

Author SHA1 Message Date
  trizen cc4dc6389e Version 0.13 3 weeks ago
  trizen c34e5c6d72 - Fixed the extraction of Gzip data that contains a comment. 3 weeks ago
  trizen 9469739509 Version 0.12 4 weeks ago
  trizen 54421e7288 - Added the `lz4_compress()` function. 4 weeks ago
  trizen dda862a8ce - Added the `lz4_decompress()` function. 4 weeks ago
  trizen 8d19504781 - Slightly better performance in `mtf_encode()`. 4 weeks ago
  trizen 8a74facc32 Version 0.11. 4 weeks ago
  trizen a715e7a155 - Added the `gzip_compress()` and `gzip_decompress()` functions. 1 month ago
  trizen cbb7785b68 - Added the `crc32()` function. 1 month ago
  trizen b94eedb041 - Added the `int2bytes()` and `int2bytes_lsb()` functions. 1 month ago
  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. 1 month ago
  trizen af9a6845b5 Version 0.10 1 month ago
  trizen 93cdbb1196 - Added the `bytes2int()` and `bytes2int_lsb()` functions. 1 month ago
  trizen 26f7b2141e - Optimized the fast-LZSS parsing for string. 1 month ago
  trizen e81b518803 - Added the `mrl_compress()` and `mrl_decompress()` functions, for compressing/decompressing strings. 1 month ago
  trizen 5a4485e7fc Version 0.09 2 months ago
  trizen 322afa6c3b - Generalized `make_deflate_tables()` to generate tables for arbitrarily large distances and match lengths. 2 months ago
  trizen 25e4f91df6 Version 0.08 3 months ago
  trizen 6b4433812a - Added the `lzb_compress()` and `lzb_decompress()` functions. 3 months ago
  trizen f094b695fe - Added the `lzss_encode_symbolic()` and `lzss_decode_symbolic()` functions. 3 months ago
  trizen 424a2d4abb Version 0.07 4 months ago
  trizen cb2ed29660 - Use the value of `$LZ_MAX_CHAIN_LEN` in `lz77_encode_symbolic()` as well. 4 months ago
  trizen 411349112e - Version 0.06. 4 months ago
  trizen 25ea8d3f13 - Much better compression ratios in lzss_compress(). 4 months ago
  trizen dd4b0cc7b7 - Added the lzssf_encode() and lzssf_decode() functions. 4 months ago
  trizen 8be057ef37 Version 0.05 5 months ago
  trizen 6e25f474f4 - Added the string2symbols() and symbols2string() functions. 5 months ago
  trizen db5ef67ad4 - Added the mrl_compress() and mrl_decompress() functions. 5 months ago
  trizen 10c4ee9926 - Added the `read_null_terminated($fh)` function. 5 months ago
  trizen 98833b1003 - Added the read_bit_lsb(), read_bits_lsb(), int2bits(), int2bits_lsb(), bits2int() and bits2int_lsb() functions. 5 months ago