Francesc Alted

Results 320 comments of Francesc Alted

We did an attempt at fixing this in #502, but for that to work, the underlying C-Blosc2 must need to support Unicode names in files, and this is a major...

Hi Barak. Thanks for the suggestion, I like it. However, we have a lot on our plate right now, and a feature like this requires significant time and focus to...

That's unfortunate. Well, python-blosc2 essentially uses the `cpu_info = cpuinfo.get_cpu_info()` in `py-cpuinfo` for two things: * Get the number of cores in the system (cpu_info['count']) * Get the cache sizes...

That sounds good to me. Would you like to provide a PR?

Now that 3.0.0-beta.3 is out, this can be closed.

With Python 3.14t with official support for GIL-free threading, this should be revisited. [EDIT] I have quickly installed Python 3.14t with: ``` $ python3 -m pip install uv -U $...

This is not working on Windows yet. Fixing the issue is going to require adapting the underlying C-Blosc2 library, which is a major effort.

I am not sure what you mean exactly. Could you be a bit more explicit? Also, sending a pseudo-code is always helpful.

I agree that it would be nice. PR are welcome. It would probably be better to start with python-blosc2, which is the next generation of this package.