Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign updoc: add caveat and tradeoff example to readline #26472
Conversation
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
added
doc
readline
labels
Mar 6, 2019
vsemozhetbyt
added
events
performance
promises
labels
Mar 6, 2019
This comment has been minimized.
This comment has been minimized.
|
If this is approved, this should be backported after backporting of #26078. |
This comment has been minimized.
This comment has been minimized.
|
Is the performance for |
This comment has been minimized.
This comment has been minimized.
|
See #23916 (comment) for a simple comparing:
|
This comment has been minimized.
This comment has been minimized.
|
@vsemozhetbyt it's not about the actual performance. I am pretty sure there is indeed a significant performance difference. I just wonder if that matters at all for the |
This comment has been minimized.
This comment has been minimized.
|
Say, I have a huge text file in some parsable format (CSV, digital dictionary, logfile etc). I want to process it line by line, retrieve some data or convert it in another format. Currently, |
BridgeAR
approved these changes
Mar 6, 2019
BridgeAR
added
the
author ready
label
Mar 6, 2019
This comment has been minimized.
This comment has been minimized.
|
Landed in 15e741a |
vsemozhetbyt commentedMar 6, 2019
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesRefs: #23916