Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

While that's true, the caveat here is that unlike Python, GDScript does not have a garbage collector. The main performance problem with creating an array copy in a soft-real-time application like a video game is usually not the allocation, but the additional GC pressure, which could cause frame jitter. GDScript does not suffer from that latter problem.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: