-
Hi @Krukov!
I'm currently using cashews with Redis as the backend storage. I noticed that the library uses pickle for serialization when storing values in Redis.
I'm wondering if there are any …
-
to be written later
-
People always forget about brotli for some reason. Although it is especially good for html and css. Yes, it is slow by default. But you can use a small compression level (1-4) and get better compressi…
-
Maybe this should add in wal, and support the most common compressions, like snappy and zstd.
-
# Huffman Coding Problem
### Problem Description
Huffman Coding is a lossless data compression algorithm. The idea is to assign variable-length codes to input characters based on their frequencies…
-
[@Mateus F. Carneiro](https://shortbaseline.slack.com/team/UL1Q7DQQY)
Looking at the datasets referring to path: `/pnfs/sbn/data/sbn_fd/poms_production/data/compression`, I saw these two samples:
```
…
-
I understand that Swift stores all multidimensional data such as 4D-STEM datasets we're collecting on the ARINA as uncompressed HDF5 files.
I recently took a few datasets of total ~38 GB in size, …
-
**Summary**
To enable data compression for rapid engine. and to support data scanning on compressed data block without uncompressing the data.
```
"Lightweight Indexing on Compressed Data"
aut…
-
While experimenting with https://github.com/jthornber/blk-archive/pull/18 I found the following while testing an unpack of a pure random file.
1. baseline: 558.67M/s
2. Remove slab verification wh…
-
I noticed that the LZ4 decompression via hdf5plugin 4.1.0 and later is 5-6x slower than with hdfplugin 4.0.1, while the compression speed is very similar:
```python
import time
import hdf5plugin
…