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.
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.