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

luau: context-aware multi-threading #1398

Open
jqnatividad opened this issue Nov 1, 2023 · 0 comments
Open

luau: context-aware multi-threading #1398

jqnatividad opened this issue Nov 1, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request performance

Comments

@jqnatividad
Copy link
Owner

When the luau script is only doing row-level operations, it won't need to maintain globals and the special variables, and therefore, can be multi-threaded as well.

Automatically detect when this condition is satisfied, and then go into multi-threaded, sequential mode. This will greatly increase performance.

@jqnatividad jqnatividad added enhancement New feature or request performance labels Nov 1, 2023
@jqnatividad jqnatividad self-assigned this Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

No branches or pull requests

1 participant