So I was watching stuff being compiled and installed today when it struck me. Does being so verbose reduce the performance?
The reason I ask is because I have written some Monte Carlo simulations before, and as I wrote the code I added a lot of human feedback text for testing purposes. But when I had finished writing the code I removed almost all the text and I noticed that it became faster, as in millions of simulations now took a lot less time to finish.
So I'm curious to know if all the "information" printed on the screen is reducing performance.
The reason I ask is because I have written some Monte Carlo simulations before, and as I wrote the code I added a lot of human feedback text for testing purposes. But when I had finished writing the code I removed almost all the text and I noticed that it became faster, as in millions of simulations now took a lot less time to finish.
So I'm curious to know if all the "information" printed on the screen is reducing performance.