Conversation

Replying to and
I've gotten used to sending output to a file rather than to the terminal because even the more efficient ones add overhead if there's a lot of output. It's more efficient to watch it with `tail -f` or better yet not at all. Modern text rendering is really demanding and slow...
1
2
GPU-based rendering approach is also a nice fit with reducing CPU usage during compilation, fuzzing, etc. with a lot of output being generated. It's certainly drastically higher throughput than VTE with lower CPU usage. I'm sure rendering all that text is still pretty demanding.