Hacker News new | ask | show | jobs
by ryanpetrich 1189 days ago
Go's internal linker is much faster than the system linker thanks to some go-specific optimizations. Go must fall back to the system linker whenever CGO is used.