Skip to content

Can the standard library benefit from this? #1

Closed
@hanna-kruppe

Description

@hanna-kruppe

It is my understanding that the main motivation for this library is avoiding the overhead of the std::fmt infrastructure, but I noticed that unlike itoa this isn't the implementation from libcore but an independent one. It's the same basic algorithm (Grisu) but perhaps the separate lineage of the code means there are some optimizations in this implementation that the libcore implementation would also benefit from?

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