Files
VOREStation/code
MarinaGryphon 005c75fa4e Improves select_recipe. (#8141)
* 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
2021-06-18 19:06:54 -04:00
..
2021-06-18 19:06:54 -04:00
2021-06-18 13:43:26 -07:00
2021-05-25 23:19:34 -04:00
2021-06-18 13:43:26 -07:00
2021-06-18 19:06:54 -04:00
2021-06-17 10:58:26 -04:00
2021-05-25 23:19:34 -04:00
2021-03-18 09:15:09 -05:00