Skip to content

random.randint performance improvement #131435

Open
@dg-pb

Description

@dg-pb

Feature or enhancement

Proposal:

randint is a commonly needed function, but it is fairly slow (compared to random.random).
Maybe it would be good to port couple of lower level functions to C.
But for the time being, this small edit results in 20% better performance by avoiding unnecessary abstractions.

Has this already been discussed elsewhere?

No response given

Links to previous discussion of this feature:

No response

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    performancePerformance or resource usagestdlibPython modules in the Lib dirtype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions