Re: [Cppcms-users] Moving from boost::regex to re2 and ability to go without regex checks
Brought to you by:
artyom-beilis
|
From: Klaim - J. L. <mj...@gm...> - 2013-10-02 00:01:22
|
On Mon, Sep 30, 2013 at 12:28 AM, Arsen Zahray <me...@gm...> wrote: > I'm attaching the source, and here are the test results: > > RE2: 326069 > boost::regex: 2164850 > function pointers; 27878 I think it would be useful to also compare with std::regex implementation for both gcc and clang. |