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 for the latest Boost documentation.
PrevUpHomeNext

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

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

Expression
Text

boost 1.60

std::regex

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

1.00
(1518659ns)

7.17
(10890189ns)

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

1.00
(185869ns)

3.77
(700484ns)

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

1.00
(165840ns)

4.95
(820933ns)



PrevUpHomeNext