@eagleoutice/flowr - v2.13.1
    Preparing search index...

    Interface ShardedWriteOptions

    interface ShardedWriteOptions {
        brotliLgwin?: number;
        brotliQuality?: number;
        level?: number;
        onShard?: (shard: SigShard, ref: SigDbShardRef) => void;
        pack?: string;
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of ShardedWriteOptions
    Index

    Properties

    brotliLgwin?: number

    brotli window bits (10..30); above 24 enables the non-standard large-window mode (reader must opt in)

    brotliQuality?: number

    brotli quality for the .br output; 11 is smallest but slow, lower is much faster for a small size cost

    level?: number

    zstd compression level (1..22) for the .zst output (default 19)

    onShard?: (shard: SigShard, ref: SigDbShardRef) => void

    invoked after each shard file is written (for progress logging)

    pack?: string

    assemble a clean copy-into-flowR folder holding just the compressed shards, the dictionary and the manifest