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
I'm still dreaming about Go backend, and got an idea - since Golang interfaces nicely with C, may be there is little benefit in reimplementing C stubs in Go, but instead bind them and call directly? Two garbage-collected runtimes in one process, what could go wrong? :)
The text was updated successfully, but these errors were encountered:
Yeah, two garbage collectors tend to be very difficult to integrate with each other. However garbage collectors and C also do not interop well together. Nothing interops well together :D
I'm still dreaming about Go backend, and got an idea - since Golang interfaces nicely with C, may be there is little benefit in reimplementing C stubs in Go, but instead bind them and call directly? Two garbage-collected runtimes in one process, what could go wrong? :)
The text was updated successfully, but these errors were encountered: