-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Idea: Hash the inputs to a recipe so when checking if inputs are a valid recipe, they can just be hashed and then a lookup can be done in the recipe map
This would improve performance a LOT and probably wouldn't be that complicated. But the hashing logic would have to be implemented per-recipe which is annoying.
Might be worth just making this a base thing, not a core thing?
Still fuzzy on how to do this but opening an issue so I don't forget