|
|
|
|
|
by andrewvc
3996 days ago
|
|
There's nothing concurrent in this case, parallel sure, but concurrency wise this is all shared nothing. And languages are not faster than one another. They are faster at certain tasks but the variability for a given task is really case specific. For io heavy workloads like this underlying libraries and implementations dominate execution time. You could have written this in any number of languages. I don't know why go is more logical than say Java JavaScript. |
|