-
When exporting a schunk via `blosc2_schunk_to_buffer`, one can reconstruct with`blosc2_schunk_from_buffer`. However, if one attempts to call the latter with an invalid buffer it succeeds and then segf…
-
Hi, i want to try but find exception like bellow
>>> from pathlib import Path
>>> from tinydb import TinyDB
>>> from BetterJSONStorage import BetterJSONStorage
>>> path = Path('test2.json')
>>>…
-
There are two potential issues in the blosc2 Cython extension:
1. The header written by the `compress2` function is not deterministic because the default `filters` and `filters_meta` fields are def…
-
**Describe the bug**
The current `master` does not build due to a `uint64_t` / `size_t` mismatch on [ILP32 platforms](https://en.cppreference.com/w/cpp/language/types):
```
2024-03-25T06:36:25.24…
-
Following addition of blosc2 (PR #201), blosc2 and others are using `zlib`.
Yet, Blosc2 can use [zlib-ng](https://github.com/zlib-ng/zlib-ng) (sources included in `internal-complibs/`), and it shou…
-
After my (failed) attempts to include the blosc2 shared libraries in the wheels (see latest commits in master), I am wondering if somebody more knowledgeable than me could give me a hand.
Locally, …
-
@FrancescAlted, When I tried to use the metalayers in blosc I get an error.
The example below consists of:
- A schunk based on a frame is created.
- A metalayer is added.
- The schunk is filled…
-
Hi. Thanks for the lib-ng project; it's a really nice replacement for regular zlib.
When trying to update zlib-ng from 2.0.7 to 2.1.3 in [C-Blosc2](https://github.com/Blosc/c-blosc2) library, I am…
-
As noted in [this comment](https://github.com/NOAA-OWP/DMOD/pull/353#pullrequestreview-1472238486) in PR #353, the _tables_ package plans to improve how it handles dependencies in versions after `3.8.…
-
The existing `blosc2_schunk_decompress_chunk()` function uses the internal context associated with the superchunk for decompressing the specified chunk. However, reusing the same context is intrinsic…