Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
atombender
on Dec 28, 2016
|
parent
|
context
|
favorite
| on:
Rust vs C Pitfalls
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...
hueving
on Dec 28, 2016
[–]
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:
[1] https://www.cockroachlabs.com/blog/the-cost-and-complexity-o...