Zvec Node.js API Reference
    Preparing search index...

    Variable ZVecIOBackendTypeConst

    ZVecIOBackendType: { PREAD: 0; LIBAIO: 1 }

    Numeric enum object defining I/O backends used by DiskANN disk reads.

    Type Declaration

    • ReadonlyPREAD: 0

      Synchronous pread-based I/O.

    • ReadonlyLIBAIO: 1

      Asynchronous I/O through libaio.