489 Commits (d6a774b1bd2c7ccbd783b06a95f6eeeb8dca210c)

Author SHA1 Message Date
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
Brian White a2a69a2b63 querystring: improve parse() performance 9 years ago
Brian White e1348b0819 benchmark: split path benchmarks 9 years ago
Brian White 72d0f88215 benchmark: allow empty parameters 9 years ago
Matteo Collina 7764b6cb96 streams: 5% throughput gain when sending small chunks 9 years ago
Matteo Collina 137f53c7b7 dgram: support dgram.send with multiple buffers 9 years ago
Minwoo Jung 4126441013 benchmark: add a constant declaration for `net` 9 years ago
Brian White 4bc1a47761 querystring: improve parse() performance 9 years ago
Jackson Tian 3e740caaf3 util: faster arrayToHash 9 years ago
Jackson Tian 5396baf7c1 buffer: faster case for create Buffer from new Buffer(0) 9 years ago
Claudio Rodriguez 63786227cc assert: typed array deepequal performance fix 9 years ago
Trevor Norris 56985ca258 node: improve accessor perf of process.env 9 years ago
Trevor Norris 36e8a2c63d node: improve performance of hrtime() 9 years ago
Trevor Norris 0fde28ce37 fs: use pushValueToArray for readdir(Sync) 9 years ago
Trevor Norris d39ace16ba http_parser: use pushValueToArray for headers 9 years ago
Myles Borins b619831381 meta: remove use of profanity in source 9 years ago
Karl Skomski a18dd7b788 src: replace naive search in Buffer::IndexOf 9 years ago
Minwoo Jung f1d27d27f5 benchmark: update comment in common.js 10 years ago
Dmitry Vasilyev 942da888b5 doc: rename from iojs(1) to node(1) in benchmarks 9 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 9 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 9 years ago
Sakthipriyan Vairamani 8f58fb92ff events: deprecate static listenerCount function 9 years ago
Nathan Woltman 99d9d7e716 benchmark: add remaining path benchmarks & optimize 9 years ago
Ben Noordhuis 8fd3ce100e src: make base64 decoding 50% faster 9 years ago