[PATCH] D123776: [Support] Optimize (.*) regex matches
Jun Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 15 01:33:56 PDT 2022
junaire added a comment.
In D123776#3452587 <https://reviews.llvm.org/D123776#3452587>, @tstellar wrote:
> Is there some reason we can't use the c++11 regex library for this?
I heard about some rumors that std::regex is really bad, both slow to build and run, is it true? Can we use some well-maintained 3rd party library like CTRE or re2?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123776/new/
https://reviews.llvm.org/D123776
More information about the llvm-commits
mailing list