• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>Testing leftmost-longest searches (platform = linux, compiler = GNU C++ version 6.3.0)</title>
5<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7<link rel="home" href="../../../index.html" title="Boost.Regex 5.1.4">
8<link rel="up" href="../performance.html" title="Performance">
9<link rel="prev" href="section_id4128344975.html" title="Testing simple Perl matches (platform = Windows x64, compiler = Microsoft Visual C++ version 14.1)">
10<link rel="next" href="../standards.html" title="Standards Conformance">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%"><tr>
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>
15<td align="center"><a href="../../../../../../../index.html">Home</a></td>
16<td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19<td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
20</tr></table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="section_id4128344975.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../performance.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../standards.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
24</div>
25<div class="section">
26<div class="titlepage"><div><div><h4 class="title">
27<a name="boost_regex.background.performance.section_id4148872883"></a><a class="link" href="section_id4148872883.html" title="Testing leftmost-longest searches (platform = linux, compiler = GNU C++ version 6.3.0)">Testing
28        leftmost-longest searches (platform = linux, compiler = GNU C++ version 6.3.0)</a>
29</h4></div></div></div>
30<div class="table">
31<a name="boost_regex.background.performance.section_id4148872883.table_Testing_leftmost_longest_searches_platform_linux_compiler_GNU_C_version_6_3_0_"></a><p class="title"><b>Table 15. Testing leftmost-longest searches (platform = linux, compiler =
32          GNU C++ version 6.3.0)</b></p>
33<div class="table-contents"><table class="table" summary="Testing leftmost-longest searches (platform = linux, compiler =
34          GNU C++ version 6.3.0)">
35<colgroup>
36<col>
37<col>
38<col>
39<col>
40</colgroup>
41<thead><tr>
42<th>
43                  <p>
44                    Expression<br> Text
45                  </p>
46                </th>
47<th>
48                  <p>
49                    boost 1.65
50                  </p>
51                </th>
52<th>
53                  <p>
54                    std::regex
55                  </p>
56                </th>
57<th>
58                  <p>
59                    POSIX
60                  </p>
61                </th>
62</tr></thead>
63<tbody>
64<tr>
65<td>
66                  <p>
67                    <code class="literal">&lt;a[^&gt;]+href=("[^"]*"|[^[:space:]]+)[^&gt;]*&gt;</code><br>
68                    In file: ..<span class="emphasis"><em>..</em></span>../libs/libraries.htm
69                  </p>
70                </td>
71<td>
72                  <p>
73                    <span class="green">1.00<br> (107026ns)</span>
74                  </p>
75                </td>
76<td>
77                  <p>
78                    <span class="blue">1.44<br> (154551ns)</span>
79                  </p>
80                </td>
81<td>
82                  <p>
83                    <span class="blue">1.64<br> (175184ns)</span>
84                  </p>
85                </td>
86</tr>
87<tr>
88<td>
89                  <p>
90                    <code class="literal">&lt;img[^&gt;]+src=("[^"]*"|[^[:space:]]+)[^&gt;]*&gt;</code><br>
91                    In file: ..<span class="emphasis"><em>..</em></span>../libs/libraries.htm
92                  </p>
93                </td>
94<td>
95                  <p>
96                    <span class="green">1.00<br> (15420ns)</span>
97                  </p>
98                </td>
99<td>
100                  <p>
101                    <span class="red">6.89<br> (106275ns)</span>
102                  </p>
103                </td>
104<td>
105                  <p>
106                    <span class="blue">1.59<br> (24567ns)</span>
107                  </p>
108                </td>
109</tr>
110<tr>
111<td>
112                  <p>
113                    <code class="literal">Beman|John|Dave</code><br> In file: ..<span class="emphasis"><em>..</em></span>../libs/libraries.htm
114                  </p>
115                </td>
116<td>
117                  <p>
118                    <span class="green">1.03<br> (5399ns)</span>
119                  </p>
120                </td>
121<td>
122                  <p>
123                    <span class="red">36.27<br> (190577ns)</span>
124                  </p>
125                </td>
126<td>
127                  <p>
128                    <span class="green">1.00<br> (5254ns)</span>
129                  </p>
130                </td>
131</tr>
132</tbody>
133</table></div>
134</div>
135<br class="table-break">
136</div>
137<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
138<td align="left"></td>
139<td align="right"><div class="copyright-footer">Copyright © 1998-2013 John Maddock<p>
140        Distributed under the Boost Software License, Version 1.0. (See accompanying
141        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
142      </p>
143</div></td>
144</tr></table>
145<hr>
146<div class="spirit-nav">
147<a accesskey="p" href="section_id4128344975.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../performance.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../standards.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
148</div>
149</body>
150</html>
151