mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-06-23 14:25:15 +01:00
005c75fa4e
* select_recipe improvement Removes the call to Timsort and the recipe comparator proc; uses a handrolled implementation of `argmax(items + reagents + fruit)` instead. This reduces the memory footprint of `select_recipe` as well as the amount of processing needed to select the optimal recipe. * angelogchay