Hi groups, I know CGO is not performing well in Golang at the moment. If we use a dll will this performance issue decrease? If I do the cgo calls with syscall, will there be no performance improvements? When I think about it, Golang always has to make syscall calls on the os it's running on. For example, in Windows, the net package has to talk to the socket api of Windows. My assumptions are that syscall should be better than Cgo. If syscall calls are no different from Cgo, how does Golang build this performance in the core library?
-- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/a6cb53f9-6da8-4a13-90c0-f5cf55256a0fn%40googlegroups.com.