|
|
|
|
|
by yawaramin
1469 days ago
|
|
Yeah I mentioned Rust because it's muscling its way in to many use cases which don't really need 'zero-cost abstractions' and can definitely afford a GC, e.g. say microservices. A lot of work has been (and continues to be) put into OCaml to make it very competitive in these areas. For truly performance-sensitive work of course people are going to choose C/C++/Ada/Rust. |
|