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
Similarly, the code below tests both `re_compile(...)` and `re_match(...)` which should be sufficient.
78
+
Similarly, the code below tests both `re_compile(...)` and `re_match(...)` which should be sufficient for coverage of the core logic.
79
79
Depending on your hardware, you should be able to increase the sizes of `pat` and `txt` to increase your confidence in the verification.
80
80
81
81
@@ -108,7 +108,7 @@ int main(int argc, char* argv[])
108
108
}
109
109
```
110
110
111
-
My modest hardware completes a check of a 7-char pattern and a 3-char text string in 20-30 minutes (size includes null-termination):
111
+
My modest hardware (T420/i5-2520M@2.5GHz/8GB) completes a check of a 7-char pattern and a 3-char text string in 20-30 minutes (size includes null-termination):
0 commit comments