Hacker News new | ask | show | jobs
by weberc2 3581 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.