Using signed integers can yield significant performance improvements.
And when we use unsigned integers it might just mean we need bigger numbers and not that overflow needs to be defined.
So why is there no unsigned integer types with the benefits of signed integer types?