|
|
|
|
|
by tybit
3161 days ago
|
|
I would guess that Go's tiny pauses would be less of a concern than it's overhead compared to C, C++ and Rust where there is more room for low level optimizations not available in Go. Not particularly important, I'm just curious as to how much the GC is really responsible for slowness as opposed to just correlating with languages that don't allow controlling heap vs stack allocations. |
|
https://math.mit.edu/research/highschool/primes/materials/20...