-
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…
-
-
I get a warning when compiling: ` CC [M] /home/user/Development/linux-apfs-rw/lzfse/lzvn_decode_base.o
/home/user/Development/linux-apfs-rw/lzfse/lzvn_decode_base.o: warning: objtool: lzvn_decode+0x…
-
Our release assets are pretty large.
We're using gzip on them and there are better alternatives out there.
XZ (2-3x better than gzip) is I think ubiquitous in all tar implementations now. I thi…
-
I'm setting up CI for [Squash](https://quixdb.github.io/squash/) on POWER8, and LZFSE is one of the codecs which fails. To make sure the issue isn't with Squash, I tried a simple test of just LZFSE:
…
-
**Which operating system are you trying to install?**
macOS Monterey
**Describe the bug**
When I run ./setup.sh on Ubuntu in wsl the command "qemu-img convert BaseSystem.dmg -O raw BaseSystem.img…
-
I am trying to use [c2goasm](https://github.com/minio/c2goasm) to generate a pure go version of lzfse, however, it doesn't support `calls` so I was wondering how to I generate only inlined assembly of…
-
These are zip file. Some use compression method 99 to store a payload compressed with LZFSE
Method 99 is already registered in APPNOTE for AES encryption.
May be able to infer LZFSE if it has …
-
./lzfse -decode -i inputfile -o outputFile
lzfse(34763,0x10ee8b5c0) malloc: can't allocate region
*** mach_vm_map(size=264883518046208) failed (error code=3)
lzfse(34763,0x10ee8b5c0) malloc: *** …
-
When checking return value of **lzfse_decode_buffer** (which calls **lzfse_decode_buffer_with_scratch**), I'm supposed to treat **dst_size** as error:
```C++
if (status == LZFSE_STATUS_DST_FULL)
…