Changes between Version 1 and Version 2 of Ticket #9400
- Timestamp:
- Jul 1, 2010, 5:56:20 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9400 – Description
v1 v2 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. 7 10