kyclark/command_line_python

Unbounded buffer

Opened this issue · 0 comments

This is where you get in trouble with wc - unbounded buffers when there are no newlines.

for line in fh:

Cleanest might be a finite state automats that scans over the buffer - remembers 0-3 unicode prefix bytes.