Y
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
gkbrk
881 days ago
Rust code with unsafe still compiles slowly. And safe subsets of C still compile quickly.
link
timschmidt
881 days ago
That is exactly the opposite of my experience.
link