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

Use FlowSched for task scheduling #256

Merged
merged 7 commits into from
Feb 4, 2024
Merged

Conversation

ishland
Copy link
Collaborator

@ishland ishland commented Nov 12, 2023

This pull requests replaces the original scheduling logic with FlowSched.

The issues this pull request aims to address:

  • Slow single-shot chunk loading and generation due to scheduling latency
  • Low thread utilization due to scheduling being done on a separate thread
  • High neighbor locking overhead and latency due to the asynchronous nature of asyncutil

@ishland ishland changed the base branch from ver/1.20.2 to ver/1.20.4 December 11, 2023 13:42
@ishland ishland marked this pull request as ready for review February 4, 2024 07:57
@ishland ishland merged commit cd4b0de into ver/1.20.4 Feb 4, 2024
4 checks passed
@ishland ishland deleted the rewrite/use-flowsched branch February 4, 2024 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant