digitalmars.D.learn - GC-less string formatting
- Per =?UTF-8?B?Tm9yZGzDtnc=?= (2/2) Oct 19 2020 If I want GC-free string formatting and outputting to
- rikki cattermole (3/3) Oct 19 2020 https://dlang.org/phobos/std_format.html#formattedWrite
- drug (2/4) Oct 20 2020 Probably https://code.dlang.org/packages/nogc
If I want GC-free string formatting and outputting to stdout/stderr what packages should I prefer at code.dlang.org?
Oct 19 2020
https://dlang.org/phobos/std_format.html#formattedWrite Uses GC for exception (so cannot be nogc yet), but otherwise it should be GC free.
Oct 19 2020
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
Oct 20 2020