Thread overview | |||||
---|---|---|---|---|---|
|
October 20, 2020 GC-less string formatting | ||||
---|---|---|---|---|
| ||||
If I want GC-free string formatting and outputting to stdout/stderr what packages should I prefer at code.dlang.org? |
October 20, 2020 Re: GC-less string formatting | ||||
---|---|---|---|---|
| ||||
Posted in reply to Per Nordlöw | https://dlang.org/phobos/std_format.html#formattedWrite Uses GC for exception (so cannot be @nogc yet), but otherwise it should be GC free. |
October 20, 2020 Re: GC-less string formatting | ||||
---|---|---|---|---|
| ||||
Posted in reply to Per Nordlöw | On 10/20/20 9:42 AM, Per Nordlöw wrote: > If I want GC-free string formatting and outputting to stdout/stderr what packages should I prefer at code.dlang.org? Probably https://code.dlang.org/packages/nogc |
Copyright © 1999-2021 by the D Language Foundation