vim9jit icon indicating copy to clipboard operation
vim9jit copied to clipboard

perf: allocate less when printing

Open ada4a opened this issue 2 months ago • 0 comments

For example, instead of collecting chars into a String and then write-ing that, write each char individually

ada4a avatar Nov 21 '25 15:11 ada4a