Skip to content

Modify current realization to support concurrent processing #20

Open
@batovpasha

Description

@batovpasha

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions