312 Commits (2fe277a05c0b47f6f6fcbd509fcf36c8eee56a42)

Author SHA1 Message Date
Rich Trott 5b63d48e9e lib,benchmark,test: implement consistent braces 8 years ago
Rich Trott ce9456d690 benchmark: remove unused variables 8 years ago
James M Snell 7de59ef925 net: use icu's punycode implementation 8 years ago
Andras fba271b379 benchmark: add `setImmediate()` benchmarks 9 years ago
Zach Bjornson a1059afd39 buffer: speed up swap16/32, add swap64 9 years ago
surya panikkal 6abb06f821 benchmark: `util._extend` vs `object.assign` 8 years ago
James M Snell f3d5efa3ee tls: avoid calling Buffer.byteLength multiple times 8 years ago
James M Snell 6be73feaeb crypto,tls: perf improvements for crypto and tls getCiphers 8 years ago
Brian White 686984696d
stream: improve Readable.read() performance 9 years ago
Brian White c570182a39
benchmark: don't convert arguments to numbers 9 years ago
Brian White 39fdf0773d
benchmark: increase http token check iterations 9 years ago
Brian White 83432bfff1
http: optimize checkInvalidHeaderChar() 9 years ago
Rich Trott 08ea9ee56d benchmark: add benchmark for url.format() 8 years ago
Bartosz Sosnowski 5386b23f64 benchmark: fix child-process-exec-stdout on win 9 years ago
Bartosz Sosnowski cbbdc298b0 benchmark: fix child-process-read on Windows 9 years ago
Anna Henningsen abd0d68bea
benchmark: add benchmark for Buffer.concat 9 years ago
Brian White d23b7d2656
string_decoder: rewrite implementation 9 years ago
Ingvar Stepanyan 4a56e89d20
buffer: fix dataview-set benchmark 9 years ago
Rich Trott c9a5990a76 child_process: measure buffer length in bytes 9 years ago
Rich Trott a56da51a38 benchmark,test,lib: remove extra spaces 9 years ago
James M Snell ba6196f843 util: fix inspecting of proxy objects 9 years ago
Matt Loring 89164a096d benchmark: Fix crash in net benchmarks 9 years ago
Rich Trott a7335bd1f0 test,benchmark: use deepStrictEqual() 9 years ago
Myles Borins cff2a137f2 benchmarks: fix lint error 9 years ago
James M Snell 7dc1a87a7b benchmarks: add microbenchmarks for new ES6 features 9 years ago
James M Snell cb9eff2f93 benchmarks: add common.v8ForceOptimization 9 years ago
James M Snell 33c242e7e9 console: refactor to use rest params and template strings 9 years ago
James M Snell 627524973a buffer: add Buffer.allocUnsafeSlow(size) 9 years ago
Brian White 1e4674ae0a
benchmark: add module loader benchmark parameter 9 years ago
James M Snell a2466896dd 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