• Paul Eggert's avatar
    Tweak integer mod performance · 2f7ca402
    Paul Eggert authored
    * src/data.c (integer_mod): Use mpz_tdiv_r not mpz_mod, as that’s
    more similar to the fixnum case, is a bit more efficient, and
    otherwise the later ‘sgn_r < 0’ code is useless anyway.
    2f7ca402
data.c 116 KB