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 lycantropos
Recipients lycantropos
Date 2021-07-13.16:15:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626192943.31.0.963042102585.issue44625@roundup.psfhosted.org>
In-reply-to
Content
Are there any plans for implementing `fractions` module in C (like  for `decimal` there is a https://github.com/python/cpython/blob/main/Modules/_decimal/_decimal.c module)?
I've implemented one myself (https://github.com/lycantropos/cfractions) and from benchmarks (available at https://stackoverflow.com/a/67821911/5997596) we can see that it can be faster that current pure Python implementation.
History
Date User Action Args
2021-07-13 16:15:43lycantropossetrecipients: + lycantropos
2021-07-13 16:15:43lycantropossetmessageid: <1626192943.31.0.963042102585.issue44625@roundup.psfhosted.org>
2021-07-13 16:15:43lycantroposlinkissue44625 messages
2021-07-13 16:15:43lycantroposcreate