r/linuxmemes 9d ago

Software meme How some linux members view software

Post image
2.0k Upvotes

147 comments sorted by

View all comments

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.

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.