Hacker News new | ask | show | jobs
by Joeri 1368 days ago
Doesn’t it help with having only high priority ui updates on the main ui thread with everything else happening in the background? To get low latency ui updates that’s exactly what you want: move everything except the low latency work to different threads.