mrodz / fieldz-desktop

Sports Scheduling & Administration Solution
https://www.fieldz.app
Mozilla Public License 2.0
2 stars 0 forks source link

Partition inputs to scheduler to balance compute #121

Open mrodz opened 1 month ago

mrodz commented 1 month ago

Problem

Multi-week schedules take many seconds to generate.

Observations

Right now, partitioning is done on a per-target basis. However, we can further optimize scheduling and reduce computation time by sharding inputs even more.

Action Items

mrodz commented 1 month ago

Blocked by #122