• FizzyOrange@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    12 hours ago

    Games might be an area where it isn’t too bad since you can disable the GC while doing all your physics and graphics, and then just after you’ve dispatched a frame trigger a GC with a hard time limit.

    I don’t know if Unity works like that but it should.