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-04-21benchmark: add `subarray` to `buffer-slice`Benjamin Gruenbaum
2020-03-10benchmark: remove special test entriesRuben Bridgewater
2020-03-10benchmark: add `test` and `all` options and improve errors"Ruben Bridgewater
2020-02-11Revert "benchmark: add `test` and `all` options and improve errors"Anna Henningsen
2020-02-11Revert "benchmark: remove special test entries"Anna Henningsen
2020-02-09benchmark: remove special test entriesRuben Bridgewater
2020-02-09benchmark: add `test` and `all` options and improve errorsRuben Bridgewater
2020-02-09buffer: improve from() performanceBrian White
2020-01-29buffer: improve concat() performanceBrian White
2019-12-16benchmark: use let/const instead of var in buffersdnlup
2019-08-22buffer: improve equals() performanceBrian White
2019-08-15buffer: improve copy() performanceBrian White
2019-07-30benchmark: swap var for let in buffer benchmarksAlex Ramirez
2019-06-20benchmark: refactor buffer benchmarksRuben Bridgewater
2019-04-18benchmark: fix buffer-base64-decode.jsRich Trott
2019-04-06buffer: add {read|write}Big[U]Int64{BE|LE} methodsNikolai Vavilov
2019-03-21benchmark: replace deprecated and eliminate var in buffer-from.jsgengjiawen
2019-02-07benchmark: refactor for consistent styleRich Trott
2018-04-22test: fix long-running buffer benchmarksAnatoli Papirovski
2018-04-10benchmark: changed millions and thousands to njuggernaut451
2018-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang
2018-03-24buffer: improve write(U)Int functionsRuben Bridgewater
2018-03-02benchmark: remove noAssert argumentRuben Bridgewater
2018-03-02lib: improve normalize encoding performanceRuben Bridgewater
2018-03-02benchmark: rename fileRuben Bridgewater
2018-03-02benchmark: add buffer fill benchmarkRuben Bridgewater
2018-02-20lint: move eslint to new plugin systemGus Caplan
2018-02-01benchmark: (buffer) refactorRuben Bridgewater
2018-01-23benchmark: (buffers) use destructuringRuben Bridgewater
2018-01-05buffer: check byteLength in readUInt(B|L)ERich Trott
2018-01-05benchmark: improve buffer.readInt(B|L)E benchmarksRich Trott
2018-01-05buffer: check byteLength in readInt(B|L)ESebastian Van Sande
2017-12-27buffer: optimize readDouble and readFloat methodsBen Noordhuis
2017-09-20benchmark: var to constRuben Bridgewater
2017-09-08benchmark: add default configs to buffer benchmarkRich Trott
2017-06-27tools,benchmark: use stricter indentation lintingRich Trott
2017-06-24benchmark,lib,test: use braces for multiline blockRich Trott
2017-06-12benchmark: fix some RegExp nitsVse Mozhet Byt
2017-04-20benchmark: reduce string concatenationsVse Mozhet Byt
2017-04-15buffer: use slightly faster NaN checkBrian White
2017-04-14buffer: optimize write()Brian White
2017-04-14buffer: optimize toString()Brian White
2017-04-14buffer: optimize from() and byteLength()Brian White
2017-04-04buffer: optimize decoding wrapped base64 dataAlexey Orlenko
2017-03-29tools: add unescaped regexp dot rule to linterBrian White
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-06benchmark: remove forced optimization from bufferBartosz Sosnowski
2017-01-25buffer: improve compare() performanceBrian White
2017-01-23buffer: improve toJSON() performanceBrian White
2016-12-28buffer: improve allocation performanceBrian White