kerubistan / kerub

A lightweight IaaS prototype
Apache License 2.0
13 stars 4 forks source link

fastpath plan step factories #234

Open K0zka opened 6 years ago

K0zka commented 6 years ago

fastpath factories: maintain an index of solutions for each kind of problem. When generating steps, first order the offered steps by the known solutions. With this, the subsequent planning runs can speed up, but they can still track back and find alternative solutions.

K0zka commented 5 years ago

6115eaf1393538b29a9423b7346c3dca6a35985b enforces the mapping between steps and step factories (so let's say this is a first step)