mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-25 00:48:56 +00:00
commit
be11d4dfea
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
These are readers for Miller file formats, stdio and mmap versions. The stdio
|
||||
and mmap record parsers are similar but not identical, due to inversion of
|
||||
processing order: getting an entire mallocked line and then splitting it by
|
||||
separators in the former case, versus spltting while discovering end of line in
|
||||
separators in the former case, versus splitting while discovering end of line in
|
||||
the latter case. The code duplication could be largely removed by having the
|
||||
mmap readers find end-of-lines, then split up the lines -- however that
|
||||
requires two passes through input strings and for performance I want just a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue