|
|
|
|
|
by randomdata
616 days ago
|
|
> Go also does not do any sort of "advanced" devirtualization Depends on the implementation. gc doesn't put a whole lot of effort into optimization, but it isn't the only implementation. In fact, the Go project insists that there must be more than one implementation as part of its mandate. |
|
Until this changes, the "Depends on the implementation" statement is not going to be true in the context of better performance.