How to get the performance of re2 in regex #903
Answered
by
BurntSushi
freekeeper
asked this question in
Q&A
Replies: 1 comment 12 replies
-
If you remove the You can get Putting that aside, I would strongly encourage you to ask more questions. Particularly if you're trying to understand a result. I would also strongly encourage you to benchmark your actual use case, instead of relying on only the benchmarks I've put together. I can also help try to explain differences in perf since I'm pretty familiar with RE2. |
Beta Was this translation helpful? Give feedback.
12 replies
Answer selected by
BurntSushi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to compare the performance of regex with re2,
how to get the result in https://github.com/rust-lang/regex/blob/master/bench/log/05/re2-vs-rust
Beta Was this translation helpful? Give feedback.
All reactions