Parallel counterpart of transform (Node only). Fans the per-bit WASM
compute across a worker_threads pool (options.workers, default 4),
while preHook/postHook still run on the calling thread. Output is
identical to transform; this trades startup cost for throughput on
large documents. The workers load the ACTIVE wasm variant.
Parallel counterpart of
transform(Node only). Fans the per-bit WASM compute across aworker_threadspool (options.workers, default4), whilepreHook/postHookstill run on the calling thread. Output is identical totransform; this trades startup cost for throughput on large documents. The workers load the ACTIVE wasm variant.