mirror of
https://github.com/zebrajr/node.git
synced 2025-12-08 07:39:01 +01:00
Improve performance by pushing directory entries to returned array in batches of 8 using pushValueToArray() in JS. Add benchmarks to demonstrate this improvement. PR-URL: https://github.com/nodejs/node/pull/3780 Reviewed-By: Fedor Indutny <fedor@indutny.com> |
||
|---|---|---|
| .. | ||
| bench-readdir.js | ||
| bench-readdirSync.js | ||
| read-stream-throughput.js | ||
| readfile.js | ||
| write-stream-throughput.js | ||