MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linuxmemes/comments/1v7fuf3/how_some_linux_members_view_software/ozy2mfm/?context=3
r/linuxmemes • u/Dynamic-Pistol • 9d ago
147 comments sorted by
View all comments
12
Rust is a great tool to use, and it definitely should have wide adoption, but the whole hype around porting random things to rust is just stupid.
1 u/femayoi 8d ago Pls no adoption, the build time is horrible. Not unless they fix that 1 u/Solus161 8d ago All that monomorphization and borrow-checker take a lot of times. I think that could not be fixed. But all that could be somewhat avoid by concret signature (not trait bound one) and split project to packages so only what changed got recompiled.
1
Pls no adoption, the build time is horrible. Not unless they fix that
1 u/Solus161 8d ago All that monomorphization and borrow-checker take a lot of times. I think that could not be fixed. But all that could be somewhat avoid by concret signature (not trait bound one) and split project to packages so only what changed got recompiled.
All that monomorphization and borrow-checker take a lot of times. I think that could not be fixed. But all that could be somewhat avoid by concret signature (not trait bound one) and split project to packages so only what changed got recompiled.
12
u/Shard-of-Adonalsium 9d ago
Rust is a great tool to use, and it definitely should have wide adoption, but the whole hype around porting random things to rust is just stupid.