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

Make MIN_TASK_SIZE_IN_BYTES configurable #10

Open
Drvi opened this issue Nov 10, 2023 · 0 comments
Open

Make MIN_TASK_SIZE_IN_BYTES configurable #10

Drvi opened this issue Nov 10, 2023 · 0 comments

Comments

@Drvi
Copy link
Collaborator

Drvi commented Nov 10, 2023

MIN_TASK_SIZE_IN_BYTES is a global constant that we use to decide which amount of work (in bytes) is worth splitting into multiple tasks. Currently, this is set to 16KiB, but this number has not been researched at all. We should find a good default value for this and also make it easily configurable (maybe as a field of ChunkingContext).

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

No branches or pull requests

1 participant