-
I would like to know at what stage of the iCloud backup download process, the LZFSE decompression algorithm is applied?
-
Seeing as zstd is present. Thought it would be worth adding lzfse as well. It belongs to the same class of compression algorithms (FSE).
ref: https://github.com/lzfse/lzfse
-
https://github.com/lzfse/lzfse
Please, add it to mingw-x64. Thanks.
-
LZFSE was released by Apple in 2015.
GitHub Repo: https://github.com/lzfse/lzfse
Documentation: https://developer.apple.com/reference/compression/data_compression
This is similar to https://g…
-
Apologies in advance for what may be a simple fix, I'm very unfamiliar with C. I've looked for solutions on several forums, gone into the makefile both in the "build" directory and "lzfse" directory …
-
When trying to install pylzfse from PyPI (via pip) it fails with the following error
```
Running setup.py clean for pylzfse
Failed to build pylzfse
Installing collected packages: pylzfse
Runn…
-
By default, LZFSE triggers quite a few compiler warnings which would be nice to fix. For example, if we just set the cflags to `-Wall -Wextra`:
```
$ make CFLAGS="-Wall -Wextra"
cc -Wall -Wextra -c …
-
[morton-vmax.txt](https://github.com/mgerhardy/vengi/files/11233416/morton-vmax.txt)
VoxelMax support is missing.
the asset archive is a zip file with contents.vmax
the magic is `bvx2` and each…
-
why i have this error i have lzfse install and i even build the soft on my ubuntu (btw: i run the applera1n from usb ubuntu)
-
In lzfse 1.0, built with gcc 7.2.0 -O3 -flto :
```
> rm -f empty.txt ; touch empty.txt
> lzfse -v -encode -i empty.txt
LZFSE encode
Input: empty.txt
Output: /dev/null
*** Error in `lzfse': do…