Hacker News new | ask | show | jobs
by saghm 15 hours ago
I'm not sure I can remember any time I messed up by using a 64-bit int rather than a BigInt. I can remember plenty of times I should have either just used saturating add/subtract or was trying to compute something that was basically nonsense regardless of what integer width or operation I was doing