Skip to content

For the LoadFile tests, you should indicate how the do it #11

@vincentparrett

Description

@vincentparrett

Libraries that load the entire file into memory (most do) will have a distinct advantage over those that use streams and parse on the fly. I decided to use streams rather than loading into one big string first - because the file size is not known and there is a potential for out of memory errors - even with 64bit systems.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions