311 Commits (fbc9ef84b84298373161e22517f5d29907c71a58)

Author SHA1 Message Date
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
Anton Khlynovskiy c647e87504 lib: freelist: use .pop() for allocation 9 years ago
Rich Trott 76e4a74377 benchmark: refactor to eliminate redeclared vars 9 years ago
Rich Trott ffdc046e5c benchmark: add benchmark for buf.compare() 9 years ago
Rich Trott dcfda1007b tools,benchmark: increase lint compliance 9 years ago
Andreas Madsen 2426b3dd86 benchmark: move string-decoder to its own category 9 years ago
Andreas Madsen 15720fa25a benchmark: fix configuation parameters 9 years ago
Andreas Madsen f6c505d0b1 benchmark: merge url.js with url-resolve.js 9 years ago
Andreas Madsen d9079ab801 benchmark: move misc to categorized directories 9 years ago
Rich Trott 4bb529d972 benchmark: use strict mode 9 years ago
Brian White 00638ac160 querystring: improve escape() performance 9 years ago
Brian White a2a69a2b63 querystring: improve parse() performance 9 years ago