@hackage atrophy0.1.0.0

Faster integer division and modulus operations

Fast div/mod via arithmetic strength reduction. Good compilers already perform this optimization for divisors that are known at compile time; this library enables this optimization for divisors that are only known at runtime.