Hi Guys,I'm creating a feed validation tool using node. I had a file that was around 85mb and 3 million line items. I used createReadStream to run the validation methods on each line. As it stand, it takes about 108 minutes to run through this file which isn't ideal. How can I reduce the time it takes for me to run through this file? I was talking to a friend who is an engineer and he suggested I use thread pools in java. Is there something similar to this in node? Any help would be appreciated.
Submitted August 01, 2017 at 06:14PM by TheBigTreezy
No comments:
Post a Comment