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
2016-03-30lib: simplify code with String.prototype.repeat()Jackson Tian
2016-03-21benchmark: fix linting issuesRich Trott
2016-03-21benchmark: use strict modeRich Trott
2016-03-21benchmark: refactor to eliminate redeclared varsRich Trott
2016-03-21tools,benchmark: increase lint complianceRich Trott
2016-03-21benchmark: fix lint errorsRich Trott
2016-03-21tools: enable no-self-assign ESLint ruleRich Trott
2016-03-21benchmark: add benchmark for buf.compare()Rich Trott
2016-03-21lib: freelist: use .pop() for allocationAnton Khlynovskiy
2016-03-03streams: 5% throughput gain when sending small chunksMatteo Collina
2016-03-03benchmark: add a constant declaration for `net`Minwoo Jung
2016-03-03querystring: improve parse() performanceBrian White
2016-01-19assert: typed array deepequal performance fixClaudio Rodriguez
2016-01-19buffer: faster case for create Buffer from new Buffer(0)Jackson Tian
2016-01-19util: faster arrayToHashJackson Tian
2015-12-23meta: remove use of profanity in sourceMyles Borins
2015-10-08src: replace naive search in Buffer::IndexOfKarl Skomski
2015-09-30benchmark: update comment in common.jsMinwoo Jung
2015-09-15doc: rename from iojs(1) to node(1) in benchmarksDmitry Vasilyev
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-08-24node: rename from io.js to nodecjihrig
2015-08-20events: deprecate static listenerCount functionSakthipriyan Vairamani
2015-07-27benchmark: add remaining path benchmarks & optimizeNathan Woltman
2015-07-25src: make base64 decoding 50% fasterBen Noordhuis
2015-07-04benchmark: Add some path benchmarks for #1778Nathan Woltman
2015-06-30benchmark: make concurrent requests configurableRich Trott
2015-06-29benchmark: fix typo in READMERich Trott
2015-06-25buffer: optimize Buffer#toString()Ben Noordhuis
2015-06-24doc: clarify prerequisites in benchmark/README.mdJeremiah Senkpiel
2015-06-15doc: benchmark/README.md copyeditRich Trott
2015-05-23buffer: optimize Buffer.byteLengthBrendan Ashworth
2015-05-02node: improve nextTick performanceBrian White
2015-04-09benchmark: don't check wrk in non-http benchmarkJackson Tian
2015-04-04benchmark: add rsa/aes-gcm performance testShigeki Ohtsu
2015-04-04benchmark: add/remove hash algorithmShigeki Ohtsu
2015-04-03benchmark: fix chunky client benchmark executionBrian White
2015-03-25string_decoder: optimize write()Brian White
2015-03-17benchmark: add output format option [csv]Brendan Ashworth
2015-03-17benchmark: add plot_csv R graphing scriptBrendan Ashworth
2015-03-09benchmark: chunky http client benchmark variationRudi Cilibrasi
2015-03-06benchmark: fix `wrk` checkBrian White
2015-03-05benchmark: check for wrk ahead of running benchmarksJohan Bergström
2015-03-05build: remove tools/wrk from the treeJohan Bergström
2015-02-25benchmark: pass execArgv to the benchmarking processPetka Antonov
2015-02-15benchmark: add a few querystring benchmarksBrian White
2015-02-07benchmark: bump eventemitter number of iterationsBen Noordhuis
2015-02-06benchmark: add more EventEmitter benchmarksBrian White
2015-02-05benchmark: allow compare via fine-grained filtersBrian White
2015-02-04benchmark: don't use template stringsEvan Lucas
2015-02-03benchmark: clean up common.jsBrendan Ashworth