summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* bench: add bench for fs.realpath() fixTrevor Norris2016-08-152-0/+85
* benchmark: favor === over ==Rich Trott2016-08-107-13/+13
* buffer: optimize hex_decodeChristopher Jeffrey2016-07-201-0/+26
* lib,benchmark,test: implement consistent bracesRich Trott2016-07-151-2/+1
* benchmark: remove unused variablesRich Trott2016-07-153-11/+0
* buffer: speed up swap16/32, add swap64Zach Bjornson2016-07-051-23/+52
* net: use icu's punycode implementationJames M Snell2016-07-051-0/+75
* benchmark: add `setImmediate()` benchmarksAndras2016-07-051-0/+113
* benchmark: `util._extend` vs `object.assign`surya panikkal2016-07-051-0/+40
* tls: avoid calling Buffer.byteLength multiple timesJames M Snell2016-07-051-0/+20
* crypto,tls: perf improvements for crypto and tls getCiphersJames M Snell2016-07-051-0/+20
* stream: improve Readable.read() performanceBrian White2016-07-055-0/+161
* benchmark: don't convert arguments to numbersBrian White2016-06-151-3/+1
* benchmark: increase http token check iterationsBrian White2016-06-151-1/+1
* http: optimize checkInvalidHeaderChar()Brian White2016-06-152-5/+45
* benchmark: add benchmark for url.format()Rich Trott2016-06-151-0/+33
* benchmark: fix child-process-exec-stdout on winBartosz Sosnowski2016-06-151-1/+6
* benchmark: fix child-process-read on WindowsBartosz Sosnowski2016-06-152-3/+47
* benchmark: add benchmark for Buffer.concatAnna Henningsen2016-06-151-0/+26
* 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