Improve handling of large records
Previously, grep could fail upon encountering large records when the underlying stream was non-seekable (e.g., when grepping stdin or a non-indexed gzipped file). This release fixes that problem.
Previously, grep could fail upon encountering large records when the underlying stream was non-seekable (e.g., when grepping stdin or a non-indexed gzipped file). This release fixes that problem.