285 Commits (f854d8c789ddde3c04b1f41fb1c32e159c0e7bb4)

Author SHA1 Message Date
Jeremiah Senkpiel 14e57c1102
benchmark: add more thorough timers benchmarks 8 years ago
Michaël Zasso 850f85d96e
benchmark: add benchmark for object properties 8 years ago
Brian White 22c25dee92
buffer: improve toJSON() performance 8 years ago
Vse Mozhet Byt 9da6ebd73f
benchmark: add dgram bind(+/- params) benchmark 8 years ago
Brian White a597c11ba4
benchmark: improve readability of net benchmarks 8 years ago
Rich Trott b1075f6193 benchmark: split timers benchmark and refactor 8 years ago
Rod Vagg ed31f9cc30 benchmark: add microbenchmarks for ES Map 9 years ago
Anna Henningsen a3d08025fa benchmark: add benches for fs.stat & fs.statSync 8 years ago
Christopher Jeffrey 17c4187949 buffer: optimize hex_decode 9 years ago
Bartosz Sosnowski 046d651118 benchmark: fix child-process-exec-stdout on win 9 years ago
Rich Trott 8b88c384f0 tools: lint for object literal spacing 9 years ago
Ingvar Stepanyan 7dbb0d0084 buffer: fix dataview-set benchmark 9 years ago
Rich Trott 4b464ce4bf benchmark: remove unused variables 9 years ago
Rich Trott b95e5d7948 benchmark: add benchmark for url.format() 9 years ago
Rich Trott 8eb18e4289 child_process: measure buffer length in bytes 9 years ago
Anna Henningsen 1bd62c7c34 benchmark: add benchmark for Buffer.concat 9 years ago
Evan Lucas 08cd81b050 benchmark: add util.format benchmark 9 years ago
Andreas Madsen 87cdb83a96 benchmark: merge url.js with url-resolve.js 9 years ago
Andreas Madsen 921e8568d5 benchmark: move misc to categorized directories 9 years ago
Andreas Madsen c189eec14e benchmark: fix configuation parameters 9 years ago
Andreas Madsen 58ad451f0b benchmark: move string-decoder to its own category 9 years ago
Jackson Tian c98aaf59bf http: speed up checkIsHttpToken 9 years ago
Jackson Tian 6daebdbd9b lib: simplify code with String.prototype.repeat() 9 years ago
Rich Trott df283f8a03 benchmark: fix linting issues 9 years ago
Rich Trott c901741c60 benchmark: use strict mode 9 years ago
Rich Trott 4be2065dbc benchmark: refactor to eliminate redeclared vars 9 years ago
Rich Trott 6dc49ae203 tools,benchmark: increase lint compliance 9 years ago
Rich Trott ddac368533 benchmark: fix lint errors 9 years ago
Rich Trott 64d5752711 tools: enable no-self-assign ESLint rule 9 years ago
Rich Trott 03b20a73b9 benchmark: add benchmark for buf.compare() 9 years ago
Anton Khlynovskiy b690916e5a lib: freelist: use .pop() for allocation 9 years ago
Matteo Collina 89aeab901a streams: 5% throughput gain when sending small chunks 9 years ago
Minwoo Jung 2bae6d8caf benchmark: add a constant declaration for `net` 9 years ago
Brian White 76b6a61297 querystring: improve parse() performance 9 years ago
Claudio Rodriguez 901172a783 assert: typed array deepequal performance fix 9 years ago
Jackson Tian 138d004ac0 buffer: faster case for create Buffer from new Buffer(0) 9 years ago
Jackson Tian f4414102ed util: faster arrayToHash 9 years ago
Myles Borins 667f9ab66b meta: remove use of profanity in source 9 years ago
Karl Skomski d99336a391 src: replace naive search in Buffer::IndexOf 9 years ago
Minwoo Jung 7a58157d4e benchmark: update comment in common.js 10 years ago
Dmitry Vasilyev a7bd897273 doc: rename from iojs(1) to node(1) in benchmarks 9 years ago
Michaël Zasso 7ce749d722 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