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
Please support tp_vectorcall. I am the author of the Python bindings for GxHash and noticed that your current bindings leave some performance on the table by using tp_call instead of tp_vectorcall.
Please support tp_vectorcall. I am the author of the Python bindings for
GxHashand noticed that your current bindings leave some performance on the table by usingtp_callinstead oftp_vectorcall.