summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* string_decoder: rewrite implementationBrian White2016-06-022-22/+72
* buffer: fix dataview-set benchmarkIngvar Stepanyan2016-06-021-3/+5
* child_process: measure buffer length in bytesRich Trott2016-06-022-9/+39
* benchmark,test,lib: remove extra spacesRich Trott2016-05-172-8/+8
* util: fix inspecting of proxy objectsJames M Snell2016-05-031-0/+44
* benchmark: Fix crash in net benchmarksMatt Loring2016-05-034-0/+4
* test,benchmark: use deepStrictEqual()Rich Trott2016-04-263-0/+3
* benchmarks: fix lint errorMyles Borins2016-04-261-1/+1
* benchmarks: add microbenchmarks for new ES6 featuresJames M Snell2016-04-263-0/+193
* benchmarks: add common.v8ForceOptimizationJames M Snell2016-04-261-0/+12
* console: refactor to use rest params and template stringsJames M Snell2016-04-261-0/+133
* buffer: add Buffer.allocUnsafeSlow(size)James M Snell2016-04-261-0/+8
* benchmark: add module loader benchmark parameterBrian White2016-04-261-4/+17
* 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