This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commits on Mar 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 51d5c34 - Browse repository at this point
Copy the full SHA 51d5c34View commit details -
Configuration menu - View commit details
-
Copy full SHA for a472372 - Browse repository at this point
Copy the full SHA a472372View commit details -
Task: find cycles in a collection of tasks all at once.
When a task returns a list of tasks via getTasks, we currently check for cyclical dependencies on each task independently. If they are all connected in the DAG, then this is really slow! This avoids that by finding the strongly connected components jointly across the new *to be added* tasks.
Configuration menu - View commit details
-
Copy full SHA for 789fdfb - Browse repository at this point
Copy the full SHA 789fdfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a8ddd - Browse repository at this point
Copy the full SHA 88a8dddView commit details -
TaskManager: exponential reduction in sleep time if we can do anything,
otherwise linear increase
Configuration menu - View commit details
-
Copy full SHA for 708284a - Browse repository at this point
Copy the full SHA 708284aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d0206d - Browse repository at this point
Copy the full SHA 5d0206dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e95914 - Browse repository at this point
Copy the full SHA 3e95914View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e24919 - Browse repository at this point
Copy the full SHA 1e24919View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3dc024 - Browse repository at this point
Copy the full SHA c3dc024View commit details
Commits on Mar 25, 2020
-
ResourceSet bug when subsetting resources and some performance optimi…
…zations (#374) * ResourceSet bug fix If the minimum to subset to is fractional, with a different fractional value than the maximum, it could be missed. Also added a small performance optimization. * Task Manager optimizations * A few NaiveScheduler simplifications
Configuration menu - View commit details
-
Copy full SHA for e0a268c - Browse repository at this point
Copy the full SHA e0a268cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.