-
-
Notifications
You must be signed in to change notification settings - Fork 6
Benchmark Showcase - coregex vs stdlib Performance #4
kolkov
started this conversation in
Show and tell
-
Benchmark Results: coregex vs Go stdlibThis thread showcases real-world benchmark comparisons between coregex and Go's standard library regexp. Test Environment
Overall Performance Summary
How to Run Your Own Benchmarks# Clone the repository git clone https://github.com/coregx/coregex.git cd coregex # Run comparison benchmarks go test -bench=. -benchmem ./benchmark/comparison/ # Run specific pattern test go test -bench=BenchmarkReverseSuffix -benchmem ./meta/ Share Your Results!Have you tested coregex with your patterns? Share your benchmark results in the comments! What to include:
We'll periodically update this post with community-submitted benchmarks. |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment