322 Commits (dceaa0ba4a016800eea2cb81435f78054a61be1f)

Author SHA1 Message Date
Anna Henningsen 1a6e8983a6 benchmark: add benchmarks for `Buffer.from()` 8 years ago
Bartosz Sosnowski 882f8b3d6c benchmark: use 'yes' instead of echo in a loop 8 years ago
Fangdun Cai (Fundon) 999f727bb5 benchmark: add benchmark for destructuring object 8 years ago
Teddy Katz 5c6284a417 tools: add additional ESLint rules 8 years ago
Rich Trott f47ce9d9f8 tools: replace custom ESLint rule with built-in 8 years ago
Anna Henningsen 00f4bc3105 benchmark: add benches for fs.stat & fs.statSync 8 years ago
Anna Henningsen 7cc1391287 benchmark: fix off-by-one error in fs benchmarks 8 years ago
Trevor Norris f6713bfabd bench: add bench for fs.realpath() fix 9 years ago
Rich Trott 0d4b04659f benchmark: favor === over == 9 years ago
Christopher Jeffrey 41582722c8 buffer: optimize hex_decode 9 years ago
Rich Trott fc0ed2e8c7 lib,benchmark,test: implement consistent braces 9 years ago
Rich Trott 3747d910ec benchmark: remove unused variables 9 years ago
Zach Bjornson 4014ecbfb4 buffer: speed up swap16/32, add swap64 9 years ago
James M Snell d0e24923a6 net: use icu's punycode implementation 9 years ago
Andras 44f0f940c8 benchmark: add `setImmediate()` benchmarks 9 years ago
surya panikkal 35c70b5668 benchmark: `util._extend` vs `object.assign` 9 years ago
James M Snell 77331a7c01 tls: avoid calling Buffer.byteLength multiple times 9 years ago
James M Snell 2c7804ad9e crypto,tls: perf improvements for crypto and tls getCiphers 9 years ago
Brian White e1d6bd9e30 stream: improve Readable.read() performance 9 years ago
Brian White d71ede8113 benchmark: don't convert arguments to numbers 9 years ago
Brian White 32f76983e2 benchmark: increase http token check iterations 9 years ago
Brian White 2a462ba1e2 http: optimize checkInvalidHeaderChar() 9 years ago
Rich Trott 23a495a9a9 benchmark: add benchmark for url.format() 9 years ago
Bartosz Sosnowski 27ed7fc56c benchmark: fix child-process-exec-stdout on win 9 years ago
Bartosz Sosnowski 5e5af8b4bb benchmark: fix child-process-read on Windows 9 years ago
Anna Henningsen d24e4095bf benchmark: add benchmark for Buffer.concat 9 years ago
Brian White 79ad172589 string_decoder: rewrite implementation 9 years ago
Ingvar Stepanyan 1bcc226edf buffer: fix dataview-set benchmark 9 years ago
Rich Trott 0503681348 child_process: measure buffer length in bytes 9 years ago
Rich Trott 955c90d725 benchmark,test,lib: remove extra spaces 9 years ago
James M Snell 0bca959617 util: fix inspecting of proxy objects 9 years ago
Matt Loring 7b9ae70757 benchmark: Fix crash in net benchmarks 9 years ago
Rich Trott 3a0eef7b99 test,benchmark: use deepStrictEqual() 9 years ago
Myles Borins 7d4f652ced benchmarks: fix lint error 9 years ago
James M Snell 451f4fc88e benchmarks: add microbenchmarks for new ES6 features 9 years ago
James M Snell 962c1e1cac benchmarks: add common.v8ForceOptimization 9 years ago
James M Snell 77e2efec8c console: refactor to use rest params and template strings 9 years ago
James M Snell d0c6e6f7c4 buffer: add Buffer.allocUnsafeSlow(size) 9 years ago
Brian White 4ea792a3be benchmark: add module loader benchmark parameter 9 years ago
James M Snell 68320786de buffer: add Buffer.prototype.compare by offset 9 years ago
Jackson Tian 089c6a4fba http: speed up checkIsHttpToken 9 years ago
Jackson Tian afd821a91d buffer: faster case for create buffer from empty string 9 years ago
James M Snell 7d73e60f60 buffer: add swap16() and swap32() methods 9 years ago
Rich Trott cde81b6b9f benchmark: fix linting errors 9 years ago
Jackson Tian 4d78121b77 lib: simplify code with String.prototype.repeat() 9 years ago
Brian White 089bef0a81 timers: improve setImmediate() performance 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Rich Trott 810aa9f6c3 tools: enable no-self-assign ESLint rule 9 years ago
Evan Lucas 735e0df8e4 benchmark: add util.format benchmark 9 years ago
Rich Trott 1bedeeb41d benchmark: fix lint errors 9 years ago