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
{{ message }}
This repository was archived by the owner on Aug 27, 2020. It is now read-only.
Wait, don't the C calls block (because they do networking)?
One must not use unsafe for anything that is not "instantantaneous" (that is, does only CPU-bound activity), because it blocks the entire CPU core (so you can have at maximum N unsafe operations at once for the N given in +RTS -N).
... except the stuff that uses FunPtr.
Important for throughput, but would like to have real tests before doing so
The text was updated successfully, but these errors were encountered: