ThalesGroup / kessler-game

Kessler is a simulation environment loosely modeled after our internal project PsiBee and the external project Fuzzy Asteroids. The game has ships that shoot bullets at asteroids to gain score. Ships can collide with asteroids and other ships and lose lives.
https://github.com/ThalesGroup/kessler-game
Apache License 2.0
10 stars 11 forks source link

Investigate vectorization and optimization opportunities #24

Closed TimArnettThales closed 8 months ago

TimArnettThales commented 1 year ago

Currently many calculations in the game are performed in loops. Vectorization and other optimization methods may give performance increases.

TimArnettThales commented 8 months ago

Vectorization will likely take a back seat to other optimization efforts including moving to compiled.