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
"summary": "A fast globbing library for .NET applications. Beats Regex.",
19
+
"summary": "Fast and effiecient glob pattern match library for .NET. Performs better than compiled Regex.",
20
20
"tags": [
21
21
"glob",
22
22
"globbing",
23
23
"dotnet",
24
-
"pattern"
24
+
"pattern",
25
+
"match"
25
26
],
26
-
"releaseNotes": "First stable release."
27
+
"releaseNotes": "This release focuses on speed and efficiency improvements baby. DotNet Glob now performs roughly 80% faster than a compiled regex. Performance benchmarks added."
0 commit comments