tixxit/delimited

Support chunked input when guessing

Opened this issue · 0 comments

Rather than requiring a String, we could actually take chunked input, such as what's accumulated in inferDelimitedFormat in the iteratee module. This would avoid a possibly large string concatenation. It should really make things slower or be particularly difficult to do.