-
Sadly, JDF.jl depends on Blosc v1, which only supports 32bit adressing.
So this is impossible:
```
JDF.save(joinpath("/tmp", "test.jdf"), DataFrame(bytes=rand(Int8, 3_000_000_000)))
```
Ple…
-
I'm facing issues when creating a simple codec that just makes a copy of the data to get familiar with Blosc's registering machinery. I attach the code:
```python
import blosc2
import numpy as np…
-
C-Blosc2 already has support for the contiguous and the sparse frame.
We want to provide an API so that users can provide their own I/O function calls. We can then re-express the existing contiguo…
-
**Describe the bug**
I am not sure I understand the tracing macros:
https://github.com/Blosc/c-blosc2/blob/3ae32b6de27fb6ea383f9d6a54db7c81cdf25d39/include/blosc2.h#L114-L129
* `BLOSC_ERROR` ca…
-
@maiteko has started working on this in [0], should investigate how to help with this effort and maybe use the crate directly with `COMPAT_MODE` set
[0] https://github.com/maiteko/blosc2-src-rs
-
any tools or client? like Redis desktop manager
-
`nthreads` is now consistently int16_t everywhere in the API:
https://github.com/Blosc/c-blosc2/commit/3c1e321493c9e5b1003ae39c6ef08d542d6b1ecf
-
First of all, thanks for your great work in the making of OpenHTJ2K @osamu620 !
This is just to inform that Blosc2 has recently [introduced support for using the OpenHTJ2K codec](https://github.co…
-
The data downloaded from the database, https://huggingface.co/datasets/openclimatefix/eumetsat-rss/tree/main, cannot be read due to the error "ValueError: codec not available: blosc2."Even after reins…
-
Hello again, it could be interesting to pass the `vlmeta` parameter in the `kwargs` (passing the `meta` parameter in `kwargs` is already supported)?
I'm interested because I'm defining a codec in …