Changes between Version 19 and Version 27 of Ticket #18304
- Timestamp:
- 06/03/17 16:08:27 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18304
-
Property
Status
changed from
needs_work
toneeds_review
-
Property
Dependencies
changed from
#22493
to -
Property
Commit
changed from
e03a26e63dd50f79fc7ada885daefd8c9970c482
to575d85593a6965ac5d3b7c008d8dce474eb572e2
-
Property
Status
changed from
-
Ticket #18304 – Description
v19 v27 1 MPIR 3.0.0 will beshipped with the function `mpq_cmp_z(mpq_t, mpz_t)`. We can use it to make integer/rational comparisons much faster.1 MPIR 3.0.0 is shipped with the function `mpq_cmp_z(mpq_t, mpz_t)`. We can use it to make integer/rational comparisons much faster. 2 2 3 3 Comparing integers is very fast, comparing rationals is very fast but comparing integer with rational is about 5x slower: