Waffelson@lemmy.world to linuxmemes@lemmy.world · 1 year agoI like C programs for their speedlemmy.worldimagemessage-square79linkfedilinkarrow-up1503arrow-down117
arrow-up1486arrow-down1imageI like C programs for their speedlemmy.worldWaffelson@lemmy.world to linuxmemes@lemmy.world · 1 year agomessage-square79linkfedilink
minus-squarePossibly linux@lemmy.ziplinkfedilinkEnglisharrow-up2arrow-down1·edit-21 year agoThey do have optimizations however they are interpreted at runtime so they can only be so fast Frankly you won’t notice much unless the program is doing something computation heavy which shouldn’t be done in languages such as JavaScript and Python
They do have optimizations however they are interpreted at runtime so they can only be so fast
Frankly you won’t notice much unless the program is doing something computation heavy which shouldn’t be done in languages such as JavaScript and Python