0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/benchmark/misc
Brian White 8a945814dd string_decoder: optimize write()
By limiting property getting/setting to only where they are
absolutely necessary, we can achieve greater performance
especially with small utf8 inputs and any size base64 inputs.

PR-URL: https://github.com/iojs/io.js/pull/1209
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Nicu Micleușanu <micnic90@gmail.com>
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
2015-03-25 00:34:34 -04:00
..
function_call benchmark: update misc to new v8 API 2013-08-01 15:02:38 -07:00
child-process-read.js bench: add child process read perf benchmark 2013-03-25 13:16:07 +01:00
domain-fn-args.js domain: forward args to .run(fn) 2014-12-12 12:14:11 +11:00
module-loader.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
next-tick-breadth.js bench: move next-tick to misc/next-tick-breadth 2013-02-19 14:14:34 -08:00
next-tick-depth.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
spawn-echo.js bench: Move process_loop to misc/spawn-echo 2013-02-19 14:14:34 -08:00
startup.js bench: Simplify duration arguments to benchmarks 2013-02-19 17:16:55 -08:00
string-creation.js bench: Consistency in benchmark filenames 2013-02-19 17:16:55 -08:00
string-decoder.js string_decoder: optimize write() 2015-03-25 00:34:34 -04:00
timers.js bench: Move timers to misc/timers 2013-02-19 14:14:34 -08:00
url.js
v8-bench.js benchmark: stop v8 benchmark clobbering RegExp 2015-01-18 14:08:29 +01:00