sharpart555/nexline
Read file, stream, string, buffer line by line without putting them all in memory. It supports cool features like `custom line separator`, `various encodings`, `reverse mode`, `iterable protocol`
JavaScriptMIT
Issues
- 2
Will nexline work for net.Socket instances too?
#44 opened by sbrl - 2
Question: Does nexline have an internal buffer?
#36 opened by sbrl - 2
Error: Invalid input. Input must be one of these: string, buffer, readable stream, file descriptor
#33 opened by sbrl - 4
- 1
Multibyte string may broke
#15 opened by sharpart555 - 4
Reading large file and slow processing each line lead to Stream read timeout
#22 opened by ganuonglachanh