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

      fast-fs-hash - v0.0.0-rc4

      fast-fs-hash — Blazing fast filesystem hashing library for Node.js.

      Uses XXH3-128 via a native C++ addon with SIMD acceleration.

      import { digestBuffer, hashToHex } from "fast-fs-hash";

      const digest = digestBuffer(myData);
      console.log(hashToHex(digest));

      Classes

      FileHashCache
      XxHash128Stream

      Interfaces

      FileHashCacheConfigOptions
      FileHashCacheEntries
      FileHashCacheEntry
      FileHashCacheOptions
      FileHashCacheSession
      FileHashCacheWriteOptions
      IXxHash128Functions
      ProjectRoot

      Type Aliases

      CacheStatus

      Variables

      digestBuffer
      digestBufferRange
      digestBufferRangeTo
      digestBufferTo
      digestFile
      digestFilesParallel
      digestFilesParallelTo
      digestFilesSequential
      digestFilesSequentialTo
      digestFileTo
      digestString
      digestStringTo
      filesEqual
      lz4CompressBlock
      lz4CompressBlockAsync
      lz4CompressBlockTo
      lz4CompressBound
      lz4DecompressAndWrite
      lz4DecompressBlock
      lz4DecompressBlockAsync
      lz4DecompressBlockTo
      lz4ReadAndCompress
      threadPoolTrim

      Functions

      digestFilesToHexArray
      digestFileToHex
      findCommonRootPath
      findProjectRoot
      findProjectRootSync
      hashesToHexArray
      hashToHex
      normalizeFilePaths
      toRelativePath