gotosocial/vendor/github.com/grafana/regexp
kim c00cad2ceb [chore] bump dependencies (#4339)
- github.com/KimMachineGun/automemlimit v0.7.4
- github.com/miekg/dns v1.1.67
- github.com/minio/minio-go/v7 v7.0.95
- github.com/spf13/pflag v1.0.7
- github.com/tdewolff/minify/v2 v2.23.9
- github.com/uptrace/bun v1.2.15
- github.com/uptrace/bun/dialect/pgdialect v1.2.15
- github.com/uptrace/bun/dialect/sqlitedialect v1.2.15
- github.com/uptrace/bun/extra/bunotel v1.2.15
- golang.org/x/image v0.29.0
- golang.org/x/net v0.42.0

Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4339
Co-authored-by: kim <grufwub@gmail.com>
Co-committed-by: kim <grufwub@gmail.com>
2025-07-22 18:00:27 +02:00
..
.gitignore [chore] bump dependencies (#4339) 2025-07-22 18:00:27 +02:00
backtrack.go [chore] bump dependencies (#4339) 2025-07-22 18:00:27 +02:00
exec.go [chore] bump dependencies (#4339) 2025-07-22 18:00:27 +02:00
LICENSE [chore] bump dependencies (#4339) 2025-07-22 18:00:27 +02:00
onepass.go [chore] bump dependencies (#4339) 2025-07-22 18:00:27 +02:00
README.md [chore] bump dependencies (#4339) 2025-07-22 18:00:27 +02:00
regexp.go [chore] bump dependencies (#4339) 2025-07-22 18:00:27 +02:00

Grafana Go regexp package

This repo is a fork of the upstream Go regexp package, with some code optimisations to make it run faster.

All the optimisations have been submitted upstream, but not yet merged.

All semantics are the same, and the optimised code passes all tests from upstream.

The main branch is non-optimised: switch over to speedup branch for the improved code.

Benchmarks:

image