Reference C implementation of the LZFSE compressor

Edit Package lzfse
https://github.com/lzfse/lzfse

LZFSE is a Lempel-Ziv style data compression algorithm using Finite State
Entropy coding. It targets similar compression rates at higher compression
and decompression speed compared to deflate using zlib.

Refresh
Refresh
Source Files
Filename Size Changed
_service 0000000505 505 Bytes
lzfse-0.0+git.20160802.tar.xz 0000041336 40.4 KB
lzfse.changes 0000001415 1.38 KB
lzfse.spec 0000002012 1.96 KB
Revision 3 (latest revision is 10)
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 3)
- Update to version 0.0+git.20160802:
  * Add extern declarations for linking into C++ code.
  * Avoid pointer arithmetic on void pointers
  * Implement GCC bit scan builtins for MSVC
  * Fix issues related to use of __attribute__
  * Implement jump table as switch for non-GCC
  * Use ptrdiff_t instead of ssize_t
  * Add MSVC fixes for timing and file access
  * Set _POSIX_C_SOURCE to 200112L for gettimeofday
  * Set binary mode on stdin/stdout on Windows
  * Update API export to work for CMake and MSVC
Comments 0
openSUSE Build Service is sponsored by