279 Commits (d16d9047eaa9f50d5dea5d7d42f6ae5b4369fe8b)

Author SHA1 Message Date
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
Nathan Woltman 0d15161c24 benchmark: Add some path benchmarks for #1778 10 years ago
Rich Trott 05a73c0f25 benchmark: make concurrent requests configurable 9 years ago
Rich Trott f52d73352e benchmark: fix typo in README 9 years ago
Ben Noordhuis 8350f3a3a2 buffer: optimize Buffer#toString() 9 years ago
Jeremiah Senkpiel dbd5dc932d doc: clarify prerequisites in benchmark/README.md 9 years ago
Rich Trott 5c2707c1b2 doc: benchmark/README.md copyedit 9 years ago
Brendan Ashworth 9da168b71f buffer: optimize Buffer.byteLength 10 years ago
Brian White c7782c0af8 node: improve nextTick performance 10 years ago
Jackson Tian d2b62a4973 benchmark: don't check wrk in non-http benchmark 10 years ago
Shigeki Ohtsu 3a69b7689b benchmark: add rsa/aes-gcm performance test 10 years ago