Right now the support for plainbuffers inside ironArray is rather flaky. The reason is that they are not as flexible as the Blosc backend, like for example:
Not support for parallelism
Storage not implemented
Code pervasiviness (too many if (plainbuffer)... else ...)
Also NumPy/Python is a direct competitor for ironArray+plainbuffer.
Right now the support for plainbuffers inside ironArray is rather flaky. The reason is that they are not as flexible as the Blosc backend, like for example:
Also NumPy/Python is a direct competitor for ironArray+plainbuffer.