Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design a better task scheduling system #107

Open
JiayinCao opened this issue Nov 30, 2019 · 1 comment
Open

Design a better task scheduling system #107

JiayinCao opened this issue Nov 30, 2019 · 1 comment
Assignees
Projects

Comments

@JiayinCao
Copy link
Owner

Some of the tasks, like shader compiling, is still not parallel. I need a better task scheduling system that does this

  • Dynamic scheduling in a scheduled task during its execution.
  • More flexible synchronization between tasks, maybe I need to introduce a 'barrier' concept.
  • More abstraction in code.
@JiayinCao JiayinCao self-assigned this Nov 30, 2019
@JiayinCao
Copy link
Owner Author

SORT switched to marl.

I still prefer to have my own job system eventually, so this is not closed.
But the priority is low

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
SORT
  
Awaiting triage
Development

No branches or pull requests

1 participant