|
|
|
|
|
by anfilt
2438 days ago
|
|
Since when are GC languages efficient? They use more memory, suffer from non-deterministic performance. Also hardware speed/performance are hitting limits. If anything that means we need to be more efficient. Also to avoid performance issues like false sharing in CPU caches when having multiple threads you need more control of memory layout than most garbage collected languages/run-times. |
|