Hacker News new | ask | show | jobs
by timschmidt 881 days ago
How quickly can you verify the memory safety of that C program in addition to compiling it though? When comparing like to like, C no longer looks so fast.
1 comments

Rust code with unsafe still compiles slowly. And safe subsets of C still compile quickly.
That is exactly the opposite of my experience.