Skip to content

Simple improvement to toString() #177

@Azero123

Description

@Azero123

When using bigInt().toString(2) and running benchmark comparisons with bigInt().toArray(2).value.join('') the performance is very significantly different. It might be possible to drastically improve the speed by simply using toArray() within toString().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions