Creating A Console Video Player With A Catch. Part 2
Intro After having implemented the terminal video player, it was apparent that is was rather slow. So the need for optimizations is in order. And oh boy did I cook on this one. And it’s actually the reason as to why this blog post took so long to make, I just kept finding ways to speed up my program. Optimizations A list of optimizations done: Use Spans as collections instead of arrays (if possible)....