|
|
|
|
|
by hsn915
1734 days ago
|
|
Carefully written Go vs uncarefully written C? Sure. Carefully written Go vs carefully written C? I still think C would win by a factor of 10. Like I said, most slowness comes from memory access and fragmentation. In C you can use strategies like arena allocations. In Go you cannot turn of the GC. |
|