hasufell / tar-bytestring

Reading, writing and manipulating ".tar" archive files.
Other
1 stars 1 forks source link

Use latest streamly-bytestring #1

Open hasufell opened 4 years ago

hasufell commented 4 years ago

Current stream to lazy bytestring implementation forces: https://github.com/psibi/streamly-bytestring/blob/master/src/Streamly/ByteString/Lazy.hs#L22

hasufell commented 4 years ago

readFile in directory is still not fully lazy, pending