Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-21benchmark: remove benchmarks forced optimizationsBartosz Sosnowski
2017-03-20benchmark: benchmark comparing forEach with forJames M Snell
2017-03-17child_process: fix deoptimizing use of argumentsVse Mozhet Byt
2017-03-06benchmark,build,doc,lib,src,test: correct typosBenjamin Fleischer
2017-03-06os: improve cpus() performanceBrian White
2017-02-27fs: improve performance for sync stat() functionsBrian White
2017-02-27os: improve loadavg() performanceBrian White
2017-02-25process: improve memoryUsage() performanceBrian White
2017-02-25benchmark: add url.domainTo*()Timothy Gu
2017-02-24benchmark: strip BOM in dgram/bind-paramsAnna Henningsen
2017-02-22benchmark: add dgram bind(+/- params) benchmarkVse Mozhet Byt
2017-02-22tools: enable one-var-declaration-per-line ESLint ruleMichaël Zasso
2017-02-22doc: add benchmark/README.md and fix guideJoyee Cheung
2017-02-22doc: move benchmark/README.md to doc/guidesJoyee Cheung
2017-02-22benchmark: fix timer display in progress outputBrian White
2017-02-22benchmark: clean up legacy url benchmarksJoyee Cheung
2017-02-22benchmark: add url/url-searchparams-sort.jsTimothy Gu
2017-02-22benchmark: refactor whatwg-url-propertiesJoyee Cheung
2017-02-22benchmark: move url data to fixturesJoyee Cheung
2017-02-14benchmark: fix typosNikolai Vavilov
2017-02-14benchmarks: add spread operator benchmarkJames M Snell
2017-02-14benchmark: URLSearchParams v.s. querystringJoyee Cheung
2017-02-14benchmark: fix first call to URL in useWHATWGJoyee Cheung
2017-02-14benchmark: add assert.deep[Strict]Equal benchmarksJoyee Cheung
2017-02-14benchmark: simplify URLSearchParams importTimothy Gu
2017-01-31benchmark: add progress indicator to compare.jsJoyee Cheung
2017-01-31benchmark: move setImmediate benchmarks to timersJoshua Colvin
2017-01-31benchmark: add more thorough timers benchmarksJeremiah Senkpiel
2017-01-31benchmark: add benchmark for object propertiesMichaël Zasso
2017-01-30querystring: improve unescapeBuffer performanceBrian White
2017-01-30querystring: improve parse() performanceBrian White
2017-01-30buffer: improve compare() performanceBrian White
2017-01-30benchmark,lib,test: adjust for lintingRich Trott
2017-01-30buffer: improve toJSON() performanceBrian White
2017-01-27url: improving URLSearchParamsTimothy Gu
2017-01-27benchmark: add benchmark for vm.runIn*()Rich Trott
2017-01-27benchmark: cleanup child_process IPC benchmarkYuya Tanaka
2017-01-27util: improve readability of normalizeEncodingJoyee Cheung
2017-01-27benchmark: improve WHATWG URL benchmarksJoyee Cheung
2017-01-27benchmark: use "confidence" in output of compare.RJoyee Cheung
2017-01-27benchmark: fix typo "categoty" -> "category"Victor Felder
2017-01-27stream: avoid additional validation for BuffersBrian White
2017-01-27benchmark: keep decimals in resultsBrian White
2017-01-27benchmark: improve readability of net benchmarksBrian White
2017-01-27benchmark: move punycode benchmark out of netBrian White
2017-01-19benchmark: add ClientRequest creation benchmarkBrian White
2017-01-04benchmark: allow benchmarks to specify flagsJoyee Cheung
2017-01-04benchmark: add benchmark for WHATWG URL propertiesJoyee Cheung
2017-01-04events: improve once() performanceBrian White
2017-01-04buffer: improve allocation performanceBrian White