Uh oh!
There was an error while loading. Please reload this page.
doc: add caveat and tradeoff example to readline - #26472
Conversation
If this is approved, this should be backported after backporting of #26078. |
BridgeAR
commented
Mar 6, 2019
Is the performance for |
vsemozhetbyt
commented
Mar 6, 2019
See #23916 (comment) for a simple comparing:
|
BridgeAR
commented
Mar 6, 2019
@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 |
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, |
vsemozhetbyt
commented
Mar 8, 2019
Landed in 15e741a |
PR-URL: nodejs#26472 Refs: nodejs#23916 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Palisand
commented
May 19, 2019
I cannot get this to work. An error is thrown during the invocation of (v11.11.0) |
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesRefs: #23916