5 ms·
Go has few issues with performance (lack of in-line union types, interface overuse, inefficient idioms reg. collections, some missed optimizations) but its seem
by never_inline 2mo 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 https://news.ycombinator.com/item?id=22336284