Feature: Configurable buffer size
This PR makes the size of the buffer used when finding newlines configurable, in order to support long reads from Nanopore machines.
It does so by adding the `Parser::new_with_buffer_size` constructor. There are tests covering the case where parsing fails because of a line longer than the buffer, and the case where it succeeds when given a larger buffer size.
合并状态:未合并 关闭于 2024-12-19 1 条评论