Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You're assuming those checks are a real bottleneck for compile times. Rust only does borrow checking at the function level, so it's easy to parallelize and not all that slow. Most of the compile time is spent on code gen, if I recall correctly.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: