|
|
|
|
|
by agentS
4854 days ago
|
|
It's worth noting that the time on the go side includes the time to run the compiler, and linker, since you're using `go run`, instead of `go build`. Not saying that's bad, just something to keep in mind when benchmark numbers are in the second range. (I understand that you did because the original poster did it) |
|