Yup. always gotta be that one single threaded program. In this case, appears to be frigate.

  • AggressivelyPassive@feddit.de
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    Multithreading in games is much more difficult because you not only have to make sure, everything is synchronized, but also that everything finishes in time. It’s a bit like a RTOS in that regard. Using a known and fixed amount of threads can be a sane choice.