noita-tools
noita-tools copied to clipboard
Suggestion - Optimize provider logic to increase search speed
Currently, the producer code is as close to noita lua as possible. There are many places where we can split it up into smaller functions and open those function to be used for search.
That way we don't waste compute for things we don't use. Plus, the search filters need to be memoised, so that we don't generate the same things for the same seed twice.