@hackage atrophy0.1.0.0
Faster integer division and modulus operations
Categories
License
MIT
Maintainer
Zachary Churchill <zacharyachurchill@gmail.com>
Links
Versions
- 0.1.0.0 Sun, 21 Aug 2022
Installation
Dependencies (3)
- base >=4.10.0.0 && <5
- contiguous >=0.6.0.0
- wide-word Show all…
Dependents (0)
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.