|
|
|
|
|
by never_inline
11 days ago
|
|
Go has few issues with performance (lack of in-line union types, interface overuse, inefficient idioms reg. collections, some missed optimizations) but its seems plausible for a idiomatic Go program to outperform an idiomatic rust program in some situations. Example: https://news.ycombinator.com/item?id=22336284 |
|