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 a snapshot of the develop branch, built from commit 498951f35c.
PrevUpHomeNext

Testing leftmost-longest searches (platform = Windows x64, compiler = GNU C++ version 11.4.0)

Table 14. Testing leftmost-longest searches (platform = Windows x64, compiler = GNU C++ version 11.4.0)

Expression
Text

boost 1.85

std::regex

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

1.00
(60911ns)

2.06
(125213ns)

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

1.00
(10803ns)

7.00
(75668ns)

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

1.00
(5683ns)

46.25
(262830ns)



PrevUpHomeNext