astrofrog / fast-histogram

:zap: Fast 1D and 2D histogram functions in Python :zap:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release the GIL

henryiii opened this issue · comments

If the GIL was released in the calculations, this could be faster in threads. See janpipek/physt#48.