Magnus Ulimoen

Results 135 comments of Magnus Ulimoen

Performance tuning is difficult and what works for one dataset might not work for another. Is your data similar to the one used for the graph? I'll have a look...

I can trace it back to https://github.com/Blosc/c-blosc/blob/d306135aaf378ade04cd4d149058c29036335758/blosc/blosc.c#L913. One can force a block size by calling e.g. `blosc_sys::blosc_set_blocksize(256)` which enables parallel compression. (no idea is such a small block size makes...

I would think it should be OK to lower from `Copy` to `Clone`. I would recommend creating a PR for this and see if CI complains ;)

We would welcome pull requests for this, but wrapping HL is not something which is planned

Hitting [some bug in hdf5](https://github.com/HDFGroup/hdf5/blob/ac07382ca947de2b936204dc9d60ce9ac245a21f/src/H5FDstdio.c#L354). Need to find a windows machine to find a fix and upstream this

From `man off_t` > off_t is used for describing file sizes. It is a signed integer type. Poorly defined in other words. There is a feature test macro we could...

@gauteh Yes, this would provide `chunks_visit`.

Still some mysterious errors here. On wine `StrStrIA` from `shlwapi` is not found (maybe this library has a different name on wine compared to windows?). `mingw` and `mingw-static` fails with...

You can set `path` in `Cargo.toml` in your fork and then we could discuss if this is wanted when you make the PR

I have a gut feeling this would be a major change, but you should prototype this to find out. Could be some other approach to dynamic types would be preferable...