1
vote
On 32-bit CPUs, is an ‘integer’ type more efficient than a ‘short’ type?
If you are operating on a large dataset, the biggest concern is memory footprint. A good model in this case is to assume that the CPU is infinitely fast, and spend your time worrying about how muc …
