|
|
|
|
|
by doctordesh
1725 days ago
|
|
> ... Go and node.js are popular and both do asynchronous stuff effortlessly (even though they are single threaded typically) I know that I'm being very pedantic here, but Go is not a "typically single threaded" language. Go has as fine control over it's threads (goroutines) as C does over it's threads. Go is very capable of true parallellism. |
|