[EPILEPSY WARNING] How fast should an unoptimized terminal run?
Video Statistics and Information
Channel: Molly Rocket
Views: 40,978
Rating: 4.8795986 out of 5
Keywords: Windows Terminal, rendering, performance
Id: hxM8QmyZXtg
Channel Id: undefined
Length: 51min 3sec (3063 seconds)
Published: Sat Jul 03 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Although I strongly agree with you that people often unnecessarily overcomplicate things, I think std::vector or the STL as a whole is a very bad example. The main reason to prefer C++ over C is that you don't have to deal with malloc/delete and you have a generic standard library at your disposal. And this makes code a lot simpler.
In the earlier days of the new windows terminal, I have watched a talk where a developer said that the terminal does not just get the output text from the program and renders it to the screen. There is a complicated process that has to happen before the text is rendered.