I found that the initial compiler for Rust language was written in Ocaml. So what i thought was that Rust would be similar to Ocaml performance wise. But when I look at benchmarks Ocaml vs C++ and Rust vs C++ and compare Ocaml with Rust. It gives me what...?, but how...?
How can Rust be more faster in performance compared to Ocaml even though it derived from Ocaml?
and then it gives rise to an another question ???
Can a compiler based language derived from C be faster than C itself performance wise?