fast-fs-hash - v0.0.0-rc4
    Preparing search index...

    Function digestFilesToHexArray

    • Hash multiple files in parallel and return an array of 32-character hex strings. Each string is the individual xxHash3-128 digest of the corresponding file.

      Parameters

      • paths: readonly string[]

        Array of file paths.

      • Optionalconcurrency: number

        Max parallel file reads. Default 8.

      • OptionalthrowOnError: boolean

        If false, returns all-zero hex for unreadable files. Default true.

      Returns Promise<string[]>