Skip to content

Sentence splitter uses unbounded memory in -k mode #30

@kpu

Description

@kpu

When used in -k mode, one would expect the sentence splitter to use a small amount of RAM, just enough to store a single line. However, it actually stores the entire split file before printing.

$out .= &split_block($_,"");

@jelmervdl

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