←back to thread

Tree Borrows

(plf.inf.ethz.ch)
573 points zdw | 1 comments | | HN request time: 0.206s | source
Show context
fuhsnn ◴[] No.44512042[source]
I wonder if Rust or future PL would evolve into allowing multiple borrow checker implementations with varying characteristics (compile speed, runtime speed, algorithm flexibility, etc.) that projects can choose from.
replies(9): >>44512293 #>>44512361 #>>44512426 #>>44512597 #>>44512841 #>>44513554 #>>44513949 #>>44516880 #>>44516995 #
1. umanwizard ◴[] No.44512361[source]
What’s wrong with the compile or runtime speed of the current one?