Update docs to note lzfse open source implementation

This commit is contained in:
Jason Molenda 2022-07-19 01:40:12 -07:00
parent e2147c26bd
commit 2149455cdc

View file

@ -1920,7 +1920,10 @@ for this region.
// The libcompression APIs on darwin systems call this COMPRESSION_LZ4_RAW.
//
// lzfse
// An Apple proprietary compression algorithm implemented in libcompression.
// Compression algorithm added in macOS 10.11, with open source C reference
// implementation on github.
// https://en.wikipedia.org/wiki/LZFSE
// https://github.com/lzfse/lzfse
//
// lzma
// libcompression implements "LZMA level 6", the default compression for the