Hacker News new | past | comments | ask | show | jobs | submit login

Calling C from Go has significant overhead [1], doesn't that mean calling Go from C is equally slow?

[1] https://www.cockroachlabs.com/blog/the-cost-and-complexity-o...




It may be even worse calling Go from C since you are bring the whole Go runtime with GC and all when you call into Go.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: