Files
doris/be/test
ZHAO Chun d5493fb20a Replace std::regex with RE2 (#1930)
In Storage Engine GC, TabletManger use std::regex to extract tablet id
and schema hash from path. But it will construct regex pattern for
every path to check, this is a huge waste. This change list make this
pattern a global static pattern, and replace it with RE2, which has
better performance.
2019-10-11 15:57:53 +08:00
..
2019-07-15 21:18:22 +08:00
2019-06-14 23:38:31 +08:00
2019-06-17 10:18:16 +08:00
2019-05-31 14:23:09 +08:00
2019-06-14 23:38:31 +08:00
2019-10-11 15:57:53 +08:00