Currently, only two sites out of about 140 `njit` kernels set `nogil=True`, which means that most of them are running serially. As part of the efforts to make the package as a whole chunk-parallelizeable, we should have `nogil=True` most of the time.
Currently, only two sites out of about 140
njitkernels setnogil=True, which means that most of them are running serially.As part of the efforts to make the package as a whole chunk-parallelizeable, we should have
nogil=Truemost of the time.