[Issue 20950] New: std.conv.text shouldn't needlessly allocate

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jun 18 14:26:51 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=20950

          Issue ID: 20950
           Summary: std.conv.text shouldn't needlessly allocate
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: stanislav.blinov at gmail.com

Since it's using an appender, it seems strange that it goes via the
std.conv.to.

--


More information about the Digitalmars-d-bugs mailing list