What is the difference between intXX_t and int_fastXX_t?
In the C99 Standard, 7.18.1.3 Fastest minimum-width integer types. (7.18.1.3p1) “Each of the following types designates an integer type that is usually fastest225) to operate with among all integer types that have at least the specified width.” 225) “The designated type is not guaranteed to be fastest for all purposes; if the implementation has no … Read more