Closed
Description
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
Labels
No labels