In big O notation, we say fixed-width integers take up constant space or O(1) space. And because they have a constant number of bits, most simple operations on fixed-width integers (addition, subtraction, multiplication, division) take constant time (O(1) time).

