You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When used on very large strings, the standard library functions string.find, string.gmatch, string.gsub and string.match may take a very long time to execute. In order to support execution time limiting, these functions should periodically check with the scheduler whether they should be paused.
This requires adjusting the pattern matching code to make it resumable.
The text was updated successfully, but these errors were encountered:
When used on very large strings, the standard library functions
string.find
,string.gmatch
,string.gsub
andstring.match
may take a very long time to execute. In order to support execution time limiting, these functions should periodically check with the scheduler whether they should be paused.This requires adjusting the pattern matching code to make it resumable.
The text was updated successfully, but these errors were encountered: