Our C++ library currently uses time_t for storing time values. I\'m beginning to need sub-second precision in some places, so a larger data type will be necessary there anyw
Addition/subtraction basically becomes two cycles each, multiplication and division depend on the actual CPU. The general perfomance impact will be rather low.