-
The optional `lz4` dependency is currently loaded as follows:
```ts
function tryLoadLZ4Module(): LZ4Module | undefined {
try {
return require('lz4'); // eslint-disable-line global-require
…
-
MessagePack-CSharp has shown that it is *very* fast and effective on msgpack payloads.
-
**The problem/use-case that the feature addresses**
Faster `BGSAVE` time and smaller RDB snapshot size
**Description of the feature**
Support LZ4 compression as replacement of LZF compression…
-
**Describe the bug**
Compressing with `LZ4_loadDictHC` does not yield the same result as compressing with `LZ4_attach_HC_dictionary`.
On small data size, I'm unable to observe any space saving.
…
-
@epourmal says that the LZ4 filter is not a direct LZ4 compression filter, but instead adds extra bytes to the buffer, which makes it difficult to extract chunks and decompress them directly.
-
Originally shared in https://github.com/databricks/databricks-sql-nodejs/issues/245, but that issue was resolved by making the dependency optional (with reduced functionality if omitted). However, lz4…
-
I'm confused as to which cli command calls which internal function while executing. Does using a cli command "lz4 -1" use lz4_compress_fast() and "lz4 -9" use lz4_compress_HC()? Or how is it?
-
```
Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
Collecting UnityPy
Using cached https://mirrors.tuna.tsinghua.edu.cn/pypi/web/packages/18/cb/a20418b6bcc5e92ddedc1a628…
-
**Frequently asked questions**
- [X] I have read [Frequently Asked Questions](https://github.com/oerdnj/deb.sury.org/wiki/Frequently-Asked-Questions)
- [X] I have looked at the list of the existin…
-
It would be nice if `lz4-java` were updated to use the latest version of `lz4` : https://github.com/lz4/lz4/releases/tag/v1.10.0