nxt.bylinefast

Members

Structs

ByLineFast
struct ByLineFast(Char, Terminator)

Reads by line in an efficient way (10 times faster than File.byLine from std.stdio). This is accomplished by reading entire buffers (fgetc() is not used), and allocating as little as possible.

Meta