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
Need to modify the current realization in that way it should process input string concurrently by chunks using threads(worker_threads).
The following requirements should be met:
Function must accept optional options object as a second parameter with threads option that has default value 2(number of threads that supports by our AWS lambdas)
Function must process a string in a single thread if the string is enough small(need to find that size, approximately it is ~33kb)
The text was updated successfully, but these errors were encountered:
Need to modify the current realization in that way it should process input string concurrently by chunks using threads(
worker_threads
).The following requirements should be met:
options
object as a second parameter withthreads
option that has default value2
(number of threads that supports by our AWS lambdas)The text was updated successfully, but these errors were encountered: