Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
faster
iseven(::BigInt)
(JuliaLang#40850)
This method was depending on the generic implementation `iseven(x::Integer) = !isodd(x)` for its efficiency, but this was removed in JuliaLang#38976, making `iseven(::BigInt)` 30 times slower.
- Loading branch information