]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/regex/doc/html/boost_regex/background_information/performance/section_Testing_leftmost_longest_searches_platform_linux_compiler_GNU_C_version_5_1_0_.html
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / regex / doc / html / boost_regex / background_information / performance / section_Testing_leftmost_longest_searches_platform_linux_compiler_GNU_C_version_5_1_0_.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Testing leftmost-longest searches (platform = linux, compiler = GNU C++ version 5.1.0)</title>
5 <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
7 <link rel="home" href="../../../index.html" title="Boost.Regex 5.1.2">
8 <link rel="up" href="../performance.html" title="Performance">
9 <link rel="prev" href="section_Testing_leftmost_longest_searches_platform_Windows_x64_compiler_Microsoft_Visual_C_version_14_0_.html" title="Testing leftmost-longest searches (platform = Windows x64, compiler = Microsoft Visual C++ version 14.0)">
10 <link rel="next" href="section_Testing_simple_Perl_matches_platform_Windows_x64_compiler_Microsoft_Visual_C_version_14_0_.html" title="Testing simple Perl matches (platform = Windows x64, compiler = Microsoft Visual C++ version 14.0)">
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_Testing_leftmost_longest_searches_platform_Windows_x64_compiler_Microsoft_Visual_C_version_14_0_.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="section_Testing_simple_Perl_matches_platform_Windows_x64_compiler_Microsoft_Visual_C_version_14_0_.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_information.performance.section_Testing_leftmost_longest_searches_platform_linux_compiler_GNU_C_version_5_1_0_"></a><a class="link" href="section_Testing_leftmost_longest_searches_platform_linux_compiler_GNU_C_version_5_1_0_.html" title="Testing leftmost-longest searches (platform = linux, compiler = GNU C++ version 5.1.0)">Testing
28 leftmost-longest searches (platform = linux, compiler = GNU C++ version 5.1.0)</a>
29 </h4></div></div></div>
30 <div class="table">
31 <a name="boost_regex.background_information.performance.section_Testing_leftmost_longest_searches_platform_linux_compiler_GNU_C_version_5_1_0_.table_Testing_leftmost_longest_searches_platform_linux_compiler_GNU_C_version_5_1_0_"></a><p class="title"><b>Table&#160;11.&#160;Testing leftmost-longest searches (platform = linux, compiler =
32 GNU C++ version 5.1.0)</b></p>
33 <div class="table-contents"><table class="table" summary="Testing leftmost-longest searches (platform = linux, compiler =
34 GNU C++ version 5.1.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 std::regex
50 </p>
51 </th>
52 <th>
53 <p>
54 boost 1.59
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="blue">1.47<br> (2329256ns)</span>
74 </p>
75 </td>
76 <td>
77 <p>
78 <span class="green">1.00<br> (1583069ns)</span>
79 </p>
80 </td>
81 <td>
82 <p>
83 <span class="blue">2.43<br> (3849462ns)</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="red">10.94<br> (1129103ns)</span>
97 </p>
98 </td>
99 <td>
100 <p>
101 <span class="green">1.00<br> (103241ns)</span>
102 </p>
103 </td>
104 <td>
105 <p>
106 <span class="green">1.01<br> (104450ns)</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="red">30.21<br> (2093732ns)</span>
119 </p>
120 </td>
121 <td>
122 <p>
123 <span class="green">1.00<br> (69316ns)</span>
124 </p>
125 </td>
126 <td>
127 <p>
128 <span class="blue">1.32<br> (91168ns)</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 &#169; 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_Testing_leftmost_longest_searches_platform_Windows_x64_compiler_Microsoft_Visual_C_version_14_0_.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="section_Testing_simple_Perl_matches_platform_Windows_x64_compiler_Microsoft_Visual_C_version_14_0_.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
148 </div>
149 </body>
150 </html>