Skip to content

Commit 769425b

Browse files
committed
Add readme
1 parent d24d54f commit 769425b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
# regexp
2-
Faster version of the Go regexp package
1+
# Grafana Go regexp package
2+
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

Comments
 (0)