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
Purego will not out-perform Cgo because it uses the same slow mechanism for calling into C code. The reason both are slow is because of the synchronization between the C runtime and Go runtime. This can only be fixed by the Go team. Purego is likely even slower than Cgo see #172 for a suggested fix using generics. However, I'd like to see MakeFunc's performance to be improved instead of using generics.
Hello, good afternoon
I would like to know if purego performs nicely. Remember that using cgo, the overhead in functions was huge.
The text was updated successfully, but these errors were encountered: