coja@lemmy.ml to Programmer Humor@lemmy.ml · 1 year agoFind yourselflemmy.mlimagemessage-square98fedilinkarrow-up1619arrow-down128
arrow-up1591arrow-down1imageFind yourselflemmy.mlcoja@lemmy.ml to Programmer Humor@lemmy.ml · 1 year agomessage-square98fedilink
minus-squareTolookah@discuss.tchncs.delinkfedilinkarrow-up4·1 year agoEngineer likely ends up with the smallest code. Though the hit to execution time for a branch sucks. (Pipelines and such) Bit hacker will take the least execution time because of pipelines, but it needs more comments. Maybe something like // trust me, this works.
Engineer likely ends up with the smallest code. Though the hit to execution time for a branch sucks. (Pipelines and such)
Bit hacker will take the least execution time because of pipelines, but it needs more comments. Maybe something like // trust me, this works.