Comment on Java
snake_baitman@lemmy.sdf.org 1 year agoThe CPU has to do real work to convert between float and int types. Returning an int type would just be giving the CPU extra work to do for no reason
Comment on Java
snake_baitman@lemmy.sdf.org 1 year agoThe CPU has to do real work to convert between float and int types. Returning an int type would just be giving the CPU extra work to do for no reason
notnotmike@programming.dev 1 year ago
I’m learning so much from this thread and I don’t even use Java