Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-27benchmark: add stream destroy benchmarkSindreXie
2021-03-22stream: make Readable.from performance betterwwwzbwcom
2020-07-17benchmark,test: remove output from readable-async-iterator benchmarkRich Trott
2020-07-17stream: simpler and faster Readable async iteratorRobert Nagy
2020-04-25stream: avoid drain for sync streamsRobert Nagy
2020-02-13benchmark: use let instead of varDaniele Belardi
2020-02-09benchmark: check for and fix multiple end()Brian White
2019-12-26benchmark: include writev in benchmarkRobert Nagy
2019-12-18benchmark: update manywrites back pressureRobert Nagy
2019-12-01stream: improve performance for sync write finishesAnna Henningsen
2018-07-13tools: add no-duplicate-requires ruleGus Caplan
2018-04-10benchmark: changed millions and thousands to njuggernaut451
2018-03-23stream: improve stream creation performanceBrian White
2018-03-04test,benchmark: use new Buffer API where appropriateСковорода Никита Андреевич
2018-02-09benchmark: add stream.pipe benchmarksMathias Buus
2018-01-23benchmark: (streams) use destructuringRuben Bridgewater
2017-09-20benchmark: var to constRuben Bridgewater
2017-06-13stream: improve Transform performanceBrian White
2017-05-23stream: improve readable push performanceBrian White
2017-03-06benchmark: remove streams forced optimizationBartosz Sosnowski
2017-01-05stream: avoid additional validation for BuffersBrian White
2016-06-14stream: improve Readable.read() performanceBrian White