Thassar

joined 1 year ago
[–] Thassar@lemmy.blahaj.zone 3 points 1 year ago

Multi-threaded programming is hard. You can't just write some code and expect it to work across 4 cores, you need to know what to parallelise and how to do it. If you think normal bugs are hard to fix, just wait until you have a calculation that gives a different answer each time you run it thanks to race conditions.

view more: ‹ prev next ›