tunarr icon indicating copy to clipboard operation
tunarr copied to clipboard

Save state in slot scheduler algorithm

Open chrisbenincasa opened this issue 1 year ago • 1 comments

Would it be possible to save the state of the time / random slot scheduler to allow for picking the algorithm back up from the same place at a later time? Currently, these algorithms can quickly become very computationally expensive (a separate issue we should look into). If we could save the state of the algorithm, we'd be able to generate a static (fast) amount of days and then calculate the rest in the background. This requires some investigation.

chrisbenincasa avatar Apr 07 '24 22:04 chrisbenincasa

Another thought I had while looking at the way this was implemented before was whether we could implement the result as an Generator

chrisbenincasa avatar Apr 11 '24 23:04 chrisbenincasa