You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we only release the GIL for filling. For a large histogram, alorithms like slicing could be slow, as well, so releasing the GIL there could help in multithreaded contexts. Should be investigated. Reported by @andrzejnovak.