Skip to content

add a hybrid unbounded integer type to the stdlib #8635

Closed
@thestinger

Description

@thestinger

It would use the checked overflow traits to expand the representation to a big integer on overflow. It will be much slower than a bounded integer type, but not as slow as a big integer before overflow (but slower afterwards).

This is similar to an implementation of small vectors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions