logoalt Hacker News

tomjakubowskilast Thursday at 9:42 PM0 repliesview on HN

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.