web-csv-toolbox - v0.14.0
    Preparing search index...

    Variable DEFAULT_LEXER_MAX_BUFFER_SIZEConst

    DEFAULT_LEXER_MAX_BUFFER_SIZE: number = ...

    Default maximum buffer size for CSV lexer in characters (UTF-16 code units).

    This constant defines the maximum size of the internal buffer used by the CSV lexer during tokenization. The buffer size is measured in UTF-16 code units (JavaScript string length). Approximately 10MB for ASCII text, but may vary for non-ASCII characters.