Y
Hacker News
new
|
ask
|
show
|
jobs
by
rdtsc
3580 days ago
But not sure if it matters. Go is free to use a C module to load csv files as well. It can use assembly or other tricks as well perhaps.
1 comments
weberc2
3580 days ago
There's a performance cost to calling between c and Go, and sharing memory between the two makes for hard to predict GC behavior. I doubt it would be faster than a pure Go implementation.
link