You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The difference in sample size is due to the fact that fd and glob are different tools and have different use cases. fd is a command line tool that searches for files and directories. glob is a library that can be used to search for files and directories. The benchmark is done on a MacBook Air M2, 16 GB Unified memory.
52
+
53
+
Benchmarks are done using [hyperfine](https://github.com/sharkdp/hyperfine),
54
+
Benchmarks files are available in the [benchmarks](https://drive.google.com/drive/folders/1ug6ojNixS5jAe6Lh6M0o2d3tku73zQ9w?usp=sharing) drive folder.
55
+
### - Rust vs Glob
56
+
The benchmark was done on a directories containing 300K files.
57
+
58
+
| Command / Library | Mean [s]| Min [s]| Max [s]| Relative |
<ahref="https://www.linkedin.com/in/parthjadhav04"target="_blank"><imgsrc="https://img.shields.io/badge/Linkedin-blue?style=flat-square&logo=linkedin"alt="Connect on Linkedin"width="180px"height="58"></a>
57
87
58
-
## Contributors
88
+
## 👨💻 Contributors
59
89
60
90
Any contributions would be greatly valued as this library is still in its early stages.
0 commit comments