▲ 170 ▼ 'Rust makes coding fun again': Why Linux is moving away from C, according to Greg Kroah-Hartman (www.zdnet.com) submitted 1 month ago by HaraldvonBlauzahn@feddit.org to c/linux@lemmy.ml 99 comments fedilink hide all child comments
[–] yogthos@lemmy.ml 4 points 1 month ago (2 children) It's around 100k loc sized project, so from what I've seen that's about what you can expect with Rust. permalink fedilink source parent hideshow 4 child comments replies: [–] dessalines@lemmy.ml 10 points 1 month ago (1 child) 5m seems about right. Lemmy's from scratch builds are ~3.5m on a fast machine, and we have ~60k lines of code, and are using some with large libraries with lots of features enabled. But you really should only ever have to do a from scratch build either at the beginning, or when you deploy. When developing, your IDE should only ever really run check or clippy, which should take seconds at most. permalink fedilink source parent hideshow 2 child comments replies: [–] yogthos@lemmy.ml 4 points 1 month ago I should really revisit this. I know I looked at it again. The compiling crops up I you actually want to run the app and test drive the changes live. permalink fedilink source parent [–] trem@lemmy.blahaj.zone 3 points 1 month ago (1 child) 100k lines and you don't yet have a design that's mostly settled? permalink fedilink source parent hideshow 2 child comments replies: [–] yogthos@lemmy.ml 2 points 1 month ago Yes, I move things around. permalink fedilink source parent
[–] dessalines@lemmy.ml 10 points 1 month ago (1 child) 5m seems about right. Lemmy's from scratch builds are ~3.5m on a fast machine, and we have ~60k lines of code, and are using some with large libraries with lots of features enabled. But you really should only ever have to do a from scratch build either at the beginning, or when you deploy. When developing, your IDE should only ever really run check or clippy, which should take seconds at most. permalink fedilink source parent hideshow 2 child comments replies: [–] yogthos@lemmy.ml 4 points 1 month ago I should really revisit this. I know I looked at it again. The compiling crops up I you actually want to run the app and test drive the changes live. permalink fedilink source parent
[–] yogthos@lemmy.ml 4 points 1 month ago I should really revisit this. I know I looked at it again. The compiling crops up I you actually want to run the app and test drive the changes live. permalink fedilink source parent
[–] trem@lemmy.blahaj.zone 3 points 1 month ago (1 child) 100k lines and you don't yet have a design that's mostly settled? permalink fedilink source parent hideshow 2 child comments replies: [–] yogthos@lemmy.ml 2 points 1 month ago Yes, I move things around. permalink fedilink source parent
[–] yogthos@lemmy.ml 2 points 1 month ago Yes, I move things around. permalink fedilink source parent