#we're using a minimum of 25 fucking threads
Explore tagged Tumblr posts
otter-byte ยท 2 years ago
Text
I've spent the last three days trying to optimize a multithreaded program to get it running faster than the single threaded version that took me like an hour to write. As a last ditch effort I did some cursory searching on the web and confirmed my suspicions that there is literally no advantage to multithread this use case because the computing overhead of managing the state would literally always outpace the advantage of actually having more than one thread do it. ๐Ÿ‘ cool great, I love university, I'm learning real world skills ๐Ÿ‘
8 notes ยท View notes