summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* buffer: add Buffer.prototype.compare by offsetJames M Snell2016-04-261-0/+58
* http: speed up checkIsHttpTokenJackson Tian2016-03-271-0/+52
* buffer: faster case for create buffer from empty stringJackson Tian2016-03-271-5/+10
* buffer: add swap16() and swap32() methodsJames M Snell2016-03-231-0/+61
* benchmark: fix linting errorsRich Trott2016-03-211-2/+3
* lib: simplify code with String.prototype.repeat()Jackson Tian2016-03-213-24/+6
* timers: improve setImmediate() performanceBrian White2016-03-184-0/+118
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-1638-79/+98
* tools: enable no-self-assign ESLint ruleRich Trott2016-03-071-5/+5
* benchmark: add util.format benchmarkEvan Lucas2016-03-041-0/+40
* benchmark: fix lint errorsRich Trott2016-03-0316-26/+60
* lib: freelist: use .pop() for allocationAnton Khlynovskiy2016-03-021-0/+38
* benchmark: refactor to eliminate redeclared varsRich Trott2016-03-0110-40/+51
* benchmark: add benchmark for buf.compare()Rich Trott2016-02-271-0/+29
* tools,benchmark: increase lint complianceRich Trott2016-02-2749-160/+118
* benchmark: move string-decoder to its own categoryAndreas Madsen2016-02-261-0/+0
* benchmark: fix configuation parametersAndreas Madsen2016-02-266-26/+36
* benchmark: merge url.js with url-resolve.jsAndreas Madsen2016-02-262-53/+25
* benchmark: move misc to categorized directoriesAndreas Madsen2016-02-2613-0/+0
* benchmark: use strict modeRich Trott2016-02-2293-14/+105
* querystring: improve escape() performanceBrian White2016-02-121-1/+2
* querystring: improve parse() performanceBrian White2016-02-121-10/+32
* benchmark: split path benchmarksBrian White2016-02-0924-152/+592
* benchmark: allow empty parametersBrian White2016-02-091-3/+5
* streams: 5% throughput gain when sending small chunksMatteo Collina2016-02-091-0/+96
* dgram: support dgram.send with multiple buffersMatteo Collina2016-01-294-3/+216
* benchmark: add a constant declaration for `net`Minwoo Jung2016-01-291-5/+5
* querystring: improve parse() performanceBrian White2016-01-141-2/+3
* util: faster arrayToHashJackson Tian2015-12-301-0/+15
* buffer: faster case for create Buffer from new Buffer(0)Jackson Tian2015-12-231-0/+18
* assert: typed array deepequal performance fixClaudio Rodriguez2015-12-213-0/+89
* node: improve accessor perf of process.envTrevor Norris2015-12-171-0/+18
* node: improve performance of hrtime()Trevor Norris2015-12-171-0/+18
* fs: use pushValueToArray for readdir(Sync)Trevor Norris2015-12-172-0/+41
* http_parser: use pushValueToArray for headersTrevor Norris2015-12-171-0/+55
* meta: remove use of profanity in sourceMyles Borins2015-12-021-1/+1
* src: replace naive search in Buffer::IndexOfKarl Skomski2015-10-072-0/+3903
* benchmark: update comment in common.jsMinwoo Jung2015-09-291-1/+1
* doc: rename from iojs(1) to node(1) in benchmarksDmitry Vasilyev2015-09-151-6/+6
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-061-1/+1
* node: rename from io.js to nodecjihrig2015-08-237-19/+19
* events: deprecate static listenerCount functionSakthipriyan Vairamani2015-08-201-2/+1
* benchmark: add remaining path benchmarks & optimizeNathan Woltman2015-07-2610-0/+147
* src: make base64 decoding 50% fasterBen Noordhuis2015-07-251-0/+15
* benchmark: Add some path benchmarks for #1778Nathan Woltman2015-07-046-0/+138
* benchmark: make concurrent requests configurableRich Trott2015-06-291-10/+23
* benchmark: fix typo in READMERich Trott2015-06-291-1/+1
* buffer: optimize Buffer#toString()Ben Noordhuis2015-06-251-0/+26
* doc: clarify prerequisites in benchmark/README.mdJeremiah Senkpiel2015-06-241-2/+6
* doc: benchmark/README.md copyeditRich Trott2015-06-151-5/+11