Why stdout is faster than stderr? - Orhun's Blog
I recently realized stdout is much faster than stderr for Rust. Here are my findings after diving deep into this rabbit hole.
I have been using the terminal (i.e. command-line) for most of my day-to-day things for a while now. I was always fascinated by the fact that how quick and convenient the command-line might be and that's why I'm a proponent of using CLI (command-line) or TUI (terminal user interface) applications over GUI (graphical user interface) applications, when it is possible. On to...
Read more at blog.orhun.dev