fastdiv icon indicating copy to clipboard operation
fastdiv copied to clipboard

Fast division, modulus and divisibility checks in Go for divisors known only at runtime.

Results 1 fastdiv issues
Sort by recently updated
recently updated
newest added

Really nice project! I didn't go far to fastdiv, can the operations(DIV/MOD) be used in big.Int(math/big)? If so, some elliptic curves(such as secp256k1) in go code would be more faster....