Skip to content
This repository was archived by the owner on Oct 27, 2019. It is now read-only.
This repository was archived by the owner on Oct 27, 2019. It is now read-only.

feature: Multi-threaded parallel transformation #5

@piglovesyou

Description

@piglovesyou

In RxJava,

By default, the parallelism level is set to the number of available CPUs

I want to do that in Hole with child_process.fork.

Syntax will be, ?

holeWithArray([])
    .pipe(() => {}, {
        boost: true, // (boolean|number). true to distribute number of CPUs to processes, or number to fix specific number of CPUs.
    })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions