New submission from Azat Ibrakov <azatibra...@gmail.com>:

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.

----------
messages: 397424
nosy: lycantropos
priority: normal
severity: normal
status: open
title: Python C API version of `fractions` module

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44625>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to