mrufsvold / Waluigi.jl

MIT License
22 stars 4 forks source link

Improve Job Data Structure #13

Closed mrufsvold closed 1 year ago

mrufsvold commented 1 year ago

Previously, I was using a bunch of dictionaries, sets, and graphs to track jobs, results, and dependencies. This PR replaces all of that with one, nice tree structure for faster querying of dependencies and dependees and tracking results and status alongside the job definition.