-
Several plugins don't work on Windows. The following plugins fail to compile with MSVC:
- [ ] Density
- [ ] centaurean/density#49
- [ ] Gipfeli
- [x] google/gipfeli#3
- [x] google/gipfeli#4
-…
-
I wanted to test lzfse for serious work, but it seems it is not a drop-in replacement for gzip.
Please consider making a command that is switch compatible with gzip/bzip2/zstd/lzip/lzop/xz.
For …
-
It should probably not attempt to compress files that are smaller than the file-systems block size.
```shell
» applesauce info pyvenv.cfg
pyvenv.cfg is not compressed
Uncompressed size: 343
Num…
-
Asm.js doesn't support unaligned loads, but WASM does. These are both 32-bit compiles. I've noted that for most test inputs, the lzfse reference decoder fails to decode in asm.js but works in wasm …
-
It would be nice if, when `lzfse_decode` fails, it would be possible to distinguish between the decoder running out of space in the output buffer (in which case retrying with a larger buffer may fix t…
-
It seems that sgan81/apfs-fuse supports both encryption (full disk) and compression (except LZFSE). Any plans to port these over?
-
please help, cannot install on mac os catalina, i get error on
make -C lzfse [CC="cross-cc"] [LD="cross-ld"]
zsh: no matches found: [CC=cross-cc]
-
### Is your feature request related to a problem? Please describe
When compressing to DMG, I'd like to be able to quickly see which version of macOS supports each compression type.
### Describe th…
-
I have not looked into this but will do soon.
1. OpenEMU 2.3.3 https://openemu.org
1. `afsctool -c -T LZFSE`
App breaks and will not launch.
-
Hi,
Have you ever considered making this code cross-platform by hiding the kernel-related code behind #ifdefs?
I'd be interested in looking into that, but only if there's a real interest to this…