rrdir 14.2.0 → 14.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,11 +7,11 @@ This module is able to read any path including ones that contain invalid UTF-8 s
7
7
 
8
8
  | Benchmark | rrdir | fdir |
9
9
  |---|---|---|
10
- | async | 64ms | 57ms |
11
- | sync | 154ms | 178ms |
10
+ | async | 55ms | 55ms |
11
+ | sync | 150ms | 173ms |
12
12
  | async + exclude | 46ms | — |
13
- | sync + exclude | 120ms | — |
14
- | async iterator | 319ms | — |
13
+ | sync + exclude | 117ms | — |
14
+ | async iterator | 313ms | — |
15
15
 
16
16
  Results for 122K entries (111K files, 11K dirs), Node.js on macOS. rrdir returns richer entries (path + directory + symlink) while fdir returns only paths. Run with `make bench`.
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rrdir",
3
- "version": "14.2.0",
3
+ "version": "14.2.1",
4
4
  "description": "Recursive directory reader with a delightful API",
5
5
  "author": "silverwind <me@silverwind.io>",
6
6
  "repository": "silverwind/rrdir",