LadyLeeLoosh@programming.dev to Programming@programming.devEnglish · 2 years ago25 Reasons Why Financial Enterprise Companies Use Javadigma.aiexternal-linkmessage-square15linkfedilinkarrow-up116arrow-down18
arrow-up18arrow-down1external-link25 Reasons Why Financial Enterprise Companies Use Javadigma.aiLadyLeeLoosh@programming.dev to Programming@programming.devEnglish · 2 years agomessage-square15linkfedilink
minus-squareGetOffMyLan@programming.devlinkfedilinkarrow-up3·2 years agoMost of the time yeah. But it depends as you can write c# with very little GC use if you avoid allocations. Ahead of time compiling also gets things much closer. But then you lose runtime optimization.
Most of the time yeah. But it depends as you can write c# with very little GC use if you avoid allocations.
Ahead of time compiling also gets things much closer. But then you lose runtime optimization.