Y
Hacker News
new
|
ask
|
show
|
jobs
by
tomjakubowski
361 days ago
The borrow checker is really not that expensive. On a random example, a release build of the regex crate, I see <1% of time spent in borrowck. >80% is spent in codegen and LLVM.