Changes between Version 14 and Version 18 of Ticket #18304
- Timestamp:
- 08/18/15 15:57:52 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18304
-
Property
Status
changed from
needs_review
toneeds_work
-
Property
Status
changed from
-
Ticket #18304 – Description
v14 v18 1 DISCLAIMER: this ticket is waiting from two upstream modifications (GMP and mpir). Namely the creation of the function `mpq_cmp_z(mpq_t, mpz_t)`. 2 1 3 Comparing integers is very fast, comparing rationals is very fast but comparing integer with rational is about 5x slower: 2 4 {{{