-
I can't decompress any file and the unit test from the project is not passing.
System: OSX 10.10.5
Python 2.7.10
.Unable to load blockDict. Possibly not a lz4 file.
# E
## ERROR: test_2_file (**main…
-
Hello,
Thank you very much for all your hard work.
I apologize in advance if this is a beginner-level question. I have installed 'Zalando' and 'Zalando UI' using Helm and ArgoCD. After creating …
-
#### Are you using Python or Rust?
**Python**.
#### What version of polars are you using?
0.13.0
#### What operating system are you using polars on?
CentOS 7
#### Describe your bug.
…
ghuls updated
1 month ago
-
ClickHouse has implemented a [fast lz4 decompress](https://github.com/ClickHouse/ClickHouse/blob/master/src/Compression/LZ4_decompress_faster.h) method using `performance statistics`.
Maybe it's a …
-
As the title suggests. A warning is given on the LZ4 wiki page that this library does not conform the LZ4 standard and will not work with standard tooling. This looks to be a common issue (#184, #194 …
-
Can this be related to https://www.illumos.org/issues/4936 ? I've checked the smartos-live changelog around that commit date and didn't see 4936 as being merged.
```
ffffff0020c74c40 ffffff04ea416080…
-
I see RLE in imcs,it is greate,but I think the benefit is limited for real world compare with common compression algorithm such as lz4,lzo,snappy.
infobright can reach 10:1~40:1 compression ratio,may …
amutu updated
10 years ago
-
Steps to reproduce:
```
$ docker run -it --rm node:18 /bin/bash
# mkdir test && cd test
# npm init -y && npm i wasm-lz4
# node -e 'require("wasm-lz4")'
```
Result:
```
(node:31) Experimenta…
-
Hello,
I'm trying to decompress using "LZ4DecompressorWithLength.getDecompressedLength(input)" which is providing a huge byte size even for 1000 bytes of data.
For e.g. If the Input Size is 2008 b…
-
JDeps is reporting the usage of `sun.misc.Unsafe` (i.e. in `UnsafeUtils.java`) that is causing issues with our build process. Has there been any investigation into replacing this in the LZ4 library? O…