It discusses a variety of programming algorithms for common tasks involving integer types, often with the aim of performing the minimum number of operations or replacing slow operations by faster ones (eg, converting a divide by a constant into a multiple by another constant that gives the same result).
