node/benchmark/fs
Benjamin Coe bdef1b1eb4
fs: implement mkdir recursive (mkdirp)
Implements mkdirp functionality in node_file.cc. The Benefit
of implementing in C++ layer is that the logic is more easily
shared between the Promise and callback implementation and
there are notable performance improvements.

This commit is part of the Tooling Group Initiative.

Refs: https://github.com/nodejs/user-feedback/pull/70

PR-URL: https://github.com/nodejs/node/pull/21875
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Ron Korving <ron@ronkorving.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Sam Ruby <rubys@intertwingly.net>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
2018-08-11 12:07:32 -07:00
..
bench-mkdirp.js fs: implement mkdir recursive (mkdirp) 2018-08-11 12:07:32 -07:00
bench-readdir.js benchmark: (fs) use destructuring 2018-01-23 01:29:29 +01:00
bench-readdirSync.js benchmark: (fs) use destructuring 2018-01-23 01:29:29 +01:00
bench-realpath.js benchmark: refactor 2018-02-01 10:49:04 +01:00
bench-realpathSync.js benchmark: refactor 2018-02-01 10:49:04 +01:00
bench-stat-promise.js fs: drop duplicate API in promises mode 2018-05-19 11:04:28 +03:00
bench-stat.js benchmark: (fs) use destructuring 2018-01-23 01:29:29 +01:00
bench-statSync.js benchmark: (fs) use destructuring 2018-01-23 01:29:29 +01:00
read-stream-throughput.js benchmark: (fs) use destructuring 2018-01-23 01:29:29 +01:00
readfile-partitioned.js fs: partition readFile against pool exhaustion 2018-02-01 11:11:48 +01:00
readfile.js fs: partition readFile against pool exhaustion 2018-02-01 11:11:48 +01:00
readFileSync.js benchmark: (fs) use destructuring 2018-01-23 01:29:29 +01:00
write-stream-throughput.js benchmark: refactor 2018-02-01 10:49:04 +01:00