-
Unlike most of other image formats which can not be compressed further, QOI can be considerably compressed with general compression algorithms
Unlike other image formats which will generate highly bi…
-
I imagine I'm not the first one to look into this, but I haven't seen another post about this yet so I may as well throw the idea onto the playing field. Apologizes if this is the wrong place for this…
-
### Describe the feature would like to see added to OpenZFS
ZFS includes compression algorithm code from a variety of sources to perform inline block-level compression and decompression. Much like …
-
### Description:
The zstd command-line tool has recently introduced a feature that automatically excludes already compressed file types from further compression. Since ZFS needs to compress files i…
-
bcolz ctable seems to suffer from a numpy bottleneck:
```
import numpy as np
import bcolz
a = bcolz.open(rootdir='mydata.bcolz')
a
ctable((8769282,), [('date', 'S10'), ('valueSignificand', '2 slowe…
-
Hi @l8gravely,
lacking a mailing list or forum, i took the liberty of opening an issue for discussing the 1.5.0-rc1 release. I'll use this to jot down some notes in no particular order, feel free t…
-
Overview of the diff between [zarr](https://zarr.readthedocs.io/en/latest/spec/v2.html) and [n5](https://github.com/saalfeldlab/n5#file-system-specification-version-203-snapshot) specs with the potent…
-
I have been using z3 for over a month successfully. Thank you! I have recently run into a problem and have a potential enhancement suggestion.
I have a large dataset that is stored with compression…
-
The hdf5plugin package in pip and conda-forge can be found below:
https://github.com/silx-kit/hdf5plugin
http://www.silx.org/doc/hdf5plugin/latest/
It would be nice if one could specify an arbitr…
-
In ArchLinux I got this error recently, while it worked in the past:
OS: ArchLinux
GCC: 12.1.0
CMake: 3.23.1
This is how I compile it (based on sample Dockerfile):
```bash
../bootstrap \
…