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
It may be enough to just always use CAPI, but this does come with a small performance penalty. For some users ("use only if you know what you are doing"), providing the option of using ccall might be useful; see Best practices for foreign imports for some discussion.
The text was updated successfully, but these errors were encountered:
It may be enough to just always use
CAPI
, but this does come with a small performance penalty. For some users ("use only if you know what you are doing"), providing the option of usingccall
might be useful; see Best practices for foreign imports for some discussion.The text was updated successfully, but these errors were encountered: