Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Fully Compatible
-
Service arch 2020-09-21
-
0
Description
std::regex has extremely poor performance and cannot be improved due to ABI compatibility with its header-only implementation. It's also very bloated. Including its header brings in 20,000+ lines of C++. We're using pcrecpp for most regex work, and having a second implementation isn't necessary.
Attachments
Issue Links
- related to
-
SERVER-66646 don't use regex for UUID::isUUIDString
-
- Closed
-