Hacker News new | ask | show | jobs
by xamolxix 2010 days ago
> it goes neck to neck with C++. Sure, Rust or Go or C

I hate to be that guy but 1) java does not go neck to neck with c++ unless you mean it can be in the same order of magnitude and 2) C++ is not slower than C or Go or Rust

Note: by c++ I mean c++ compiled by a decent compiler e.g. gcc/clang/msvc

1 comments

Yes, out of Rust, C, C++ and Go, the slow one is going to be the one with a GC.