This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients mark.dickinson, rhettinger, tim.peters
Date 2019-08-15.16:58:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565888298.64.0.472077787449.issue37863@roundup.psfhosted.org>
In-reply-to
Content
> Should be significantly faster.  If not, the new "-1" implementation should be changed ;-)

I wouldn't have bet on this, before seeing Raymond's benchmark results. Writing a fast path for invmod for C-size integers is still on my to-do list; the current implementation does way too many Python-level divisions.
History
Date User Action Args
2019-08-15 16:58:18mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger
2019-08-15 16:58:18mark.dickinsonsetmessageid: <1565888298.64.0.472077787449.issue37863@roundup.psfhosted.org>
2019-08-15 16:58:18mark.dickinsonlinkissue37863 messages
2019-08-15 16:58:18mark.dickinsoncreate