Rolf Scherer

Results 1 comments of Rolf Scherer

I think a bufferd writer is also useful: ` const stdout_file = std.io.getStdOut().writer(); var bw = std.io.bufferedWriter(stdout_file); const stdout = bw.writer(); ` An arena allocator should also be faster when...