Francesc Alted

Results 320 comments of Francesc Alted

1. Indeed. Blosc2 gained support for using IPP several years ago, but [we have disabled it by default](https://github.com/Blosc/c-blosc2/issues/313) because there was not evidence enough that it leads to better speed...

I have had a look into this. The problem in your approach is that you was trying to copy everything without testing whether there is available space. This can be...

FWIW, here it is a working version that does not raise the `sys.excepthook` exception (based on https://github.com/pytest-dev/execnet/issues/30): ```python import blosc2 import numpy as np import sys # Create a User-defined...

After thinking twice, we should try to make your original code working, because we want a user-defined codec to continue working even when it cannot compress a chunk (which is...

That's weird, and a pity that you cannot reproduce it in your machine. Guessing what's going on Google Kubernetes Engine is hard. Having said that, it would be nice to...

Yes, this is informative. It looks like the issue is in the shuffle filter (called from `pipeline_forward`), which is enabled by default. However, shuffle has been declared apt for production...

I recently [fixed an issue](https://github.com/Blosc/python-blosc2/commit/0b7f98daaa699657ba7cc5890c7b8b472961848f) that caused a division by zero on machines with 1 single core. It *might* be that sometimes kubernetes sent a job to a machine with...

Thanks for sharing your experience. It occurs to me that this might be some bug that has been fixed in recent compilers; with that, perhaps building wheels with more modern...

We recently have released 2.7.1 fixing SIGKILL issues. Could you try the new one?

Great! Thanks for your feedback!