Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Testing leftmost-longest searches (platform = Windows x64, compiler = Microsoft Visual C++ version 14.1)

Table 11. Testing leftmost-longest searches (platform = Windows x64, compiler = Microsoft Visual C++ version 14.1)

Expression
Text

boost 1.65

std::regex

<a[^>]+href=("[^"]*"|[^[:space:]]+)[^>]*>
In file: ....../libs/libraries.htm

1.00
(80801ns)

6.82
(551022ns)

<img[^>]+src=("[^"]*"|[^[:space:]]+)[^>]*>
In file: ....../libs/libraries.htm

1.00
(19868ns)

4.23
(84068ns)

Beman|John|Dave
In file: ....../libs/libraries.htm

1.00
(10508ns)

3.37
(35378ns)



PrevUpHomeNext