We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24d54f commit 769425bCopy full SHA for 769425b
README.md
@@ -1,2 +1,9 @@
1
-# regexp
2
-Faster version of the Go regexp package
+# Grafana Go regexp package
+This repo is a fork of the upstream Go `regexp` package, with some code optimisations to make it run faster.
3
+
4
+All the optimisations have been submitted upstream, but not yet merged.
5
6
+All semantics are the same, and the optimised code passes all tests from upstream.
7
8
+The `main` branch is non-optimised: switch over to `speedup` branch to see the improvements.
9
0 commit comments