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
What's your opinion on creating Go API? I think it would be cool to create golang toolchain so we could then use models as plugins https://golang.org/pkg/plugin/.
The text was updated successfully, but these errors were encountered:
There is cgo (part of the default tooling) to call C code.
This is known to work well (used in many packages) but it is also known to not be super performant, meaning you are not supposed to call it very often.
What's your opinion on creating Go API? I think it would be cool to create
golang
toolchain so we could then use models as plugins https://golang.org/pkg/plugin/.The text was updated successfully, but these errors were encountered: