273 Commits (86900f8f2b2be43dcdc5148df817c4bf05ae3b64)

Author SHA1 Message Date
Rich Trott b955d02266 benchmark: fix lint errors 9 years ago
Anton Khlynovskiy e3421ac296 lib: freelist: use .pop() for allocation 9 years ago
Rich Trott 7cae774d9b benchmark: refactor to eliminate redeclared vars 9 years ago
Rich Trott 6aebe16669 benchmark: add benchmark for buf.compare() 9 years ago
Rich Trott b44b701e5b tools,benchmark: increase lint compliance 9 years ago
Andreas Madsen 00660f55c8 benchmark: move string-decoder to its own category 9 years ago
Andreas Madsen 4650cb3818 benchmark: fix configuation parameters 9 years ago
Andreas Madsen 3ccb275139 benchmark: merge url.js with url-resolve.js 9 years ago
Andreas Madsen c1e7dbffaa benchmark: move misc to categorized directories 9 years ago
Rich Trott 2f9fee6e8e benchmark: use strict mode 9 years ago
Brian White 46be1f4d0c querystring: improve escape() performance 9 years ago
Brian White 301023b2b4 querystring: improve parse() performance 9 years ago
Brian White edf8f8a7da benchmark: split path benchmarks 9 years ago
Brian White 8d713d8d51 benchmark: allow empty parameters 9 years ago
Matteo Collina f706cb0189 streams: 5% throughput gain when sending small chunks 9 years ago
Matteo Collina 368c1d1098 dgram: support dgram.send with multiple buffers 9 years ago
Minwoo Jung 3b6283c163 benchmark: add a constant declaration for `net` 9 years ago
Brian White c6ac464dbc querystring: improve parse() performance 9 years ago
Jackson Tian 8039ca06eb util: faster arrayToHash 9 years ago
Jackson Tian 6d8053ab56 buffer: faster case for create Buffer from new Buffer(0) 9 years ago
Claudio Rodriguez d265fc821a assert: typed array deepequal performance fix 9 years ago
Trevor Norris ecef817a28 node: improve accessor perf of process.env 9 years ago
Trevor Norris 89f056bdf3 node: improve performance of hrtime() 9 years ago
Trevor Norris e742422757 fs: use pushValueToArray for readdir(Sync) 9 years ago
Trevor Norris b8366e76dd http_parser: use pushValueToArray for headers 9 years ago
Myles Borins e8e4e0718b meta: remove use of profanity in source 9 years ago
Karl Skomski a18dd7b788 src: replace naive search in Buffer::IndexOf 10 years ago
Minwoo Jung f1d27d27f5 benchmark: update comment in common.js 11 years ago
Dmitry Vasilyev 942da888b5 doc: rename from iojs(1) to node(1) in benchmarks 10 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 10 years ago
Sakthipriyan Vairamani 8f58fb92ff events: deprecate static listenerCount function 10 years ago
Nathan Woltman 99d9d7e716 benchmark: add remaining path benchmarks & optimize 10 years ago
Ben Noordhuis 8fd3ce100e src: make base64 decoding 50% faster 10 years ago
Nathan Woltman 0d15161c24 benchmark: Add some path benchmarks for #1778 10 years ago
Rich Trott 05a73c0f25 benchmark: make concurrent requests configurable 10 years ago
Rich Trott f52d73352e benchmark: fix typo in README 10 years ago
Ben Noordhuis 8350f3a3a2 buffer: optimize Buffer#toString() 10 years ago
Jeremiah Senkpiel dbd5dc932d doc: clarify prerequisites in benchmark/README.md 10 years ago
Rich Trott 5c2707c1b2 doc: benchmark/README.md copyedit 10 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
Shigeki Ohtsu 1c709f3aa9 benchmark: add/remove hash algorithm 10 years ago
Brian White a081c7c522 benchmark: fix chunky client benchmark execution 10 years ago
Brian White 8a945814dd string_decoder: optimize write() 10 years ago
Brendan Ashworth c638dad567 benchmark: add output format option [csv] 10 years ago
Brendan Ashworth 97d8d4928d benchmark: add plot_csv R graphing script 10 years ago
Rudi Cilibrasi 030a92347d benchmark: chunky http client benchmark variation 10 years ago