L4sBot@lemmy.worldMB to Technology@lemmy.worldEnglish · 1 year agoAn After-School Program Teaches Teens Java and Pythonspectrum.ieee.orgexternal-linkmessage-square50fedilinkarrow-up1196arrow-down16file-text
arrow-up1190arrow-down1external-linkAn After-School Program Teaches Teens Java and Pythonspectrum.ieee.orgL4sBot@lemmy.worldMB to Technology@lemmy.worldEnglish · 1 year agomessage-square50fedilinkfile-text
An After-School Program Teaches Teens Java and Python::The students also learn how to design board games and video games
minus-squarepivot_root@lemmy.worldlinkfedilinkEnglisharrow-up2arrow-down5·1 year agoI get it, you have no idea what trying to optimize around an ever-changing JIT recompiler looks like
minus-squareAeroLemming@lemm.eelinkfedilinkEnglisharrow-up6·1 year agoI think if your project is so performance-critical that small runtime changes can cause performance issues, Java (or any other garbage-collected language) isn’t a good choice. That’s not the case for the vast majority of projects.
minus-squarekaffiene@lemmy.worldlinkfedilinkEnglisharrow-up3·1 year agoIt looks like something that doesn’t happen
minus-squareValmond@lemmy.mindoki.comlinkfedilinkEnglisharrow-up1·1 year agoFound the guy thinking java can be as fast as C/C++
I get it, you have no idea what trying to optimize around an ever-changing JIT recompiler looks like
I think if your project is so performance-critical that small runtime changes can cause performance issues, Java (or any other garbage-collected language) isn’t a good choice. That’s not the case for the vast majority of projects.
It looks like something that doesn’t happen
Found the guy thinking java can be as fast as C/C++