@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Function transformParallel

    • 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.

      Parameters

      Returns Promise<string>

      A Promise of the transformed document, or an error:-prefixed string on failure.