Hacker News new | past | comments | ask | show | jobs | submit login

Most inner loops in game code are iterating over collections, whether it be lists of actors, lists of vertices, skeletal animation data, or what have you. Rust does not incur bounds check overhead for iteration.



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

Search: