5 ms·
Ah, Go. I wrote a whole networking stack in it a few years back. I admit, I did get an incredible amount of performance from a very limited bit of hardware with
by winstonprivacy 3y ago
Ah, Go. I wrote a whole networking stack in it a few years back. I admit, I did get an incredible amount of performance from a very limited bit of hardware with it. However, it was dependency and module hell. Even the Go expert couldn't get it figured out enough to make it compile every time.
I'm really glad I got off that ride.
- no_wizard 3y agoI wonder if proper vendor support helps with this or not, its relatively recent to Go