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
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,8 @@ To avoid issues, use --same-file-system when traversing symlinks. Both fd and fi
132
132
133
133
The following function provides an elegant solution to avoid branch mispredictions/SIMD instructions during directory entry parsing (a performance-critical loop):
134
134
135
+
Check source code for further explanation [in src/utils.rs](./src/utils.rs#L195)**
136
+
135
137
```rust
136
138
// Computational complexity: O(1) - truly constant time
137
139
// Used on Linux/Solaris/Illumos/Android systems; BSD systems/macOS store name length trivially
0 commit comments