Commits
Click on a commit to change the comparison rangefix(comm): improve stdout handling and add test for lossy UTF-8 output Merge branch 'main' into fix/10192 Merge branch 'main' into fix/10192 perf(comm): use BufWriter for buffered stdout output
Wrap stdout in BufWriter to improve performance and avoid
duplicate error messages, matching GNU comm behavior.