Closed bashtage closed 6 years ago
Very likely because we didn't know better :)
Would gratefully accept a PR with some benchmark showing the speedup.
that just looks like its saving the state of the gil and releasing if necessary, or am i missing something? The only block in there that is explicitly without the GIL is the with nogil
block
Fixed in: pull/530
Arctic Version
Arctic Store
Platform and version
Any
Description of problem and/or code sample that reproduces the issue
_compressarr
does not use@cython.boundscheck(False)
and so some of the advantage of using prange may be lost;This may be by design although I don't see why the GIL would be required here since there are no Python manipulations.