Boosted by jsonstein@masto.deoan.org ("Jeff Sonstein"):
randomgeek@masto.hackers.town ("Random Geek") wrote:
I know #Python on its own is not a fast language, but I'm looking at code that rebuilds several small lists, one `arr.append()` at a time, (mumble 1920 // 16 times 1080 // 16 is) 8,040 times, and it reminds me of #Perl's read-only reputation.
Basically, no wonder you think that if this is the kind of code you're writing.
I'm no optimization wizard, but I at least try to learn the language.