Skip to content

Subquadratic algorithms for base conversion #96812

@oscarbenjamin

Description

@oscarbenjamin

Problems have been reported with CPython's algorithms for converting int to str and vice versa:
#95778
https://discuss.python.org/t/int-str-conversions-broken-in-latest-python-bugfix-releases/18889

Better algorithms can be used e.g.:
https://discuss.python.org/t/int-str-conversions-broken-in-latest-python-bugfix-releases/18889/14?u=oscarbenjamin

This issue is to track the implementation of subquadratic complexity algorithms for base conversion in CPython.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions