RustyMarvin / line-by-line

A NodeJS module that helps you reading large text files, line by line, without buffering the files into memory.
MIT License
42 stars 39 forks source link

Fixes #1 and #4 #5

Open Osterjour opened 10 years ago

Osterjour commented 10 years ago

The setImmediate (#4) fixed also a huge problem with loosing some lines if you try to pause and resume after every line.

bblack commented 10 years ago

:+1: This fixes dropping a bunch of lines at the end of a file when i'm pausing and resuming after each line.

mbochynski commented 10 years ago

This fix help me also. :+1: Thanks so much. I spend much time inspecting my code...

Osterjour commented 10 years ago

@bladepan Thanks for pointing that out! After messing things really up I hopefully fixed this issue now. Would be great if you could check with the newest version in my branch and give me feedback.

About pushing this to the npmjs module: I already wrote an email to @RustyMarvin about moving the npmjs module to my branch. If I don't get an answer from him in the next 4 weeks I will ask the npmjs guys to give me the needed permissions to switch over the npmjs module.