|
|
|
|
|
by YetAnotherNick
882 days ago
|
|
I have limited experience with Rust and the combination of slow compile time and borrow checker is irritating. My rust code was less than a thousand lines and it takes like 10-20 seconds to compile. Rust really made me appreciate garbage collection after the number of times I resorted to things like Arc<Box<..>>. |
|
However they are obsessed about performance. They reason for such speedy compile times is that makepad almost has no dependencies.
[1] https://github.com/makepad/makepad/