(no title)
paines
|
1 year ago
Intresting. I know of two projects from the past where people used Gambit and Chicken and couldn't recommend it, because of the garbage collection. So the games runs, bullets fly, monsters move, etc... and at some point gc kicks in and you would notice a minimal halt or lag which for games is a big NO NO. Now that you mentioned a shmup, where a lot I going on, I am wondering how you or Chez handled that?
shakna|1 year ago
Because the collections are smaller, and you can slightly offload them into another thread, it's a lot less noticeable in usage.