Skip to content

Expand the input buffer in dt_read_csv #104

@Kiyoshika

Description

@Kiyoshika

Right now the input buffer when reading a line from file is 4096 bytes (including null term), but this is limiting for larger files. Will need to maintain one heap-allocated buffer and keep reusing per line (resizing if necessary) to support larger input files.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions