lysdexicM to C++English · 1 year ago16BPP.net: Blog / The Performance Impact of C++'s final Keyword16bpp.netexternal-linkmessage-square4linkfedilinkarrow-up116arrow-down11
arrow-up115arrow-down1external-link16BPP.net: Blog / The Performance Impact of C++'s final Keyword16bpp.netlysdexicM to C++English · 1 year agomessage-square4linkfedilink
minus-squareGladaed@feddit.delinkfedilinkarrow-up1·1 year agoIt does enable looking down classes duch that noone can accidentally inherit it. This could have benefit when writing non-performance critical Code.
It does enable looking down classes duch that noone can accidentally inherit it. This could have benefit when writing non-performance critical Code.