Changes between Version 2 and Version 18 of Ticket #9400
- Timestamp:
- Aug 18, 2010, 10:03:39 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9400
-
Property
Status
changed from
new
toneeds_review
- Property Cc Jeroen Demeyer added
-
Property
Milestone
changed from
sage-4.5.3
tosage-4.6
-
Property
Status
changed from
-
Ticket #9400 – Description
v2 v18 5 5 * massively optimize reduction modulo a prime (e.g., the first interesting example I tried, I got a speedup of a factor of 500,000! Yes half a million times faster!). 6 6 7 * implement hashing for number field ideals that isn't a stupid string repr, hence vastly faster 8 9 * make number field ideals *not* print in reduced form; this will look uglier, but is massively faster and more sensible for any real applications, as people learned constantly at sage days 22. 10 7 Parts of this patch have been moved to #9764.