Re: [go-nuts] Achieving C/C++/Rust comparable performance with Golang

2022-12-14 Thread Robert Engels
Same holds true for Java. People have tried What you end up with is Java is name only - so why bother. > On Dec 14, 2022, at 2:47 PM, Ian Lance Taylor wrote: > > On Wed, Dec 14, 2022 at 9:57 AM Kursk wrote: >> >> Go is a high performant garbage collected language, (considered) memory safe

Re: [go-nuts] Achieving C/C++/Rust comparable performance with Golang

2022-12-14 Thread Ian Lance Taylor
On Wed, Dec 14, 2022 at 9:57 AM Kursk wrote: > > Go is a high performant garbage collected language, (considered) memory safe > programming language, and as such its performance may not be comparable with > other languages such as C/C++/Rust under certain application scenarios. > > I was wonderi

[go-nuts] Achieving C/C++/Rust comparable performance with Golang

2022-12-14 Thread Kursk
Hi, Go is a high performant garbage collected language, (considered) memory safe programming language, and as such its performance may not be comparable with other languages such as C/C++/Rust under certain application scenarios. I was wondering, how much of the Go language could be stretched (