BearPear@lemmy.world to Linux@lemmy.mlEnglish · 1 year agoAre there any advantages of using Rust instead of C in the Linux kernel?message-squaremessage-square38fedilinkarrow-up189arrow-down12file-text
arrow-up187arrow-down1message-squareAre there any advantages of using Rust instead of C in the Linux kernel?BearPear@lemmy.world to Linux@lemmy.mlEnglish · 1 year agomessage-square38fedilinkfile-text
minus-squareCpo@lemm.eelinkfedilinkarrow-up1arrow-down1·1 year ago while C has to fiddle with void* and function pointer to get similar flexibility, which are much harder to optimize, as none of the type information is there. I thought we were discussing speed, not ease of use?
minus-squarelloram239@feddit.delinkfedilinkarrow-up1arrow-down1·edit-210 months agodeleted by creator
minus-squareCpo@lemm.eelinkfedilinkarrow-up1arrow-down1·1 year ago…so now we are discussing not speed again but ease of use. Not everything with an R in it is faster than C. Read up about it. Everyone says so. I’m out.
I thought we were discussing speed, not ease of use?
deleted by creator
…so now we are discussing not speed again but ease of use.
Not everything with an R in it is faster than C. Read up about it. Everyone says so.
I’m out.