summaryrefslogtreecommitdiff
path: root/benchmark/buffers/buffer-base64-decode.js
AgeCommit message (Expand)Author
2019-07-30benchmark: swap var for let in buffer benchmarksAlex Ramirez
2019-04-18benchmark: fix buffer-base64-decode.jsRich Trott
2018-04-22test: fix long-running buffer benchmarksAnatoli Papirovski
2018-02-20lint: move eslint to new plugin systemGus Caplan
2018-01-23benchmark: (buffers) use destructuringRuben Bridgewater
2017-03-29tools: add unescaped regexp dot rule to linterBrian White
2016-12-23benchmark: refactor buffer benchmarksTroy Connor
2016-11-27benchmark: reformat code for clarityRich Trott
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-07tools: enable no-self-assign ESLint ruleRich Trott
2016-02-22benchmark: use strict modeRich Trott
2015-07-25src: make base64 decoding 50% fasterBen Noordhuis