Difficulties With Efficient Large File Parsing

If you're willing to drop down to a lower level and manage an opened FileDescriptor manually, the writeAll method takes some Sequence<UInt8> and doesn't need conversions to intermediate Data.

1 Like