noita-tools icon indicating copy to clipboard operation
noita-tools copied to clipboard

Suggestion - Optimize provider logic to increase search speed

Open TwoAbove opened this issue 2 years ago • 0 comments

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.

TwoAbove avatar Jun 05 '22 20:06 TwoAbove