Thorium-Sim / thorium-nova

Next-generation Spaceship Controls
https://thoriumsim.com
Apache License 2.0
342 stars 14 forks source link

Optimization - getInventoryTemplates #582

Closed alexanderson1993 closed 1 year ago

alexanderson1993 commented 1 year ago

This function takes almost 1 millisecond to run, which is a long time. This function could easily be memoized on the flight or in the FilterInventorySystem for instant access.