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
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,24 +63,22 @@ FastGLOB is not just faster; it is semantically superior and developer-friendly:
63
63
---
64
64
65
65
## 📊 Performance
66
-
FastGLOB is significantly faster than standard Java alternatives:
66
+
FastGLOB is significantly faster than standard Java Alternatives, especially on large directory structures (such as projects with deep nested packages and Git directories). Below is the average performance measured over traversing and filtering the complete FastJava workspace directory tree (476 matching files):
|`actionA(...)`| Brief description of action A. |[Reference →](REFERENCE.md#actiona)|
80
-
|`actionB(...)`| Brief description of action B. |[Reference →](REFERENCE.md#actionb)|
78
+
|`static String[] glob(String baseDir, String pattern)`| Traverses the base directory and returns matched file paths relative to it. Supports brace expansion, negation patterns, and native directory pruning. |[Reference →](REFERENCE.md#glob)|
81
79
82
80
> [!TIP]
83
-
> See **[REFERENCE.md](REFERENCE.md)** for full JNI contracts and fallback rules.
81
+
> See **[philosophie.md](philosophie.md)** for our Native-First architectural standards and JNI guidelines.
84
82
85
83
---
86
84
@@ -105,7 +103,7 @@ Add the JitPack repository and the dependencies to your `pom.xml`:
0 commit comments