| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
|---|
| 2 | <html> |
|---|
| 3 | <head> |
|---|
| 4 | <title>Boost.Regex: Performance</title> |
|---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
|---|
| 6 | <link rel="stylesheet" type="text/css" href="../../../boost.css"> |
|---|
| 7 | </head> |
|---|
| 8 | <body> |
|---|
| 9 | <P> |
|---|
| 10 | <TABLE id="Table1" cellSpacing="1" cellPadding="1" width="100%" border="0"> |
|---|
| 11 | <TR> |
|---|
| 12 | <td valign="top" width="300"> |
|---|
| 13 | <h3><a href="../../../index.htm"><img height="86" width="277" alt="C++ Boost" src="../../../boost.png" border="0"></a></h3> |
|---|
| 14 | </td> |
|---|
| 15 | <TD width="353"> |
|---|
| 16 | <H1 align="center">Boost.Regex</H1> |
|---|
| 17 | <H2 align="center">Performance</H2> |
|---|
| 18 | </TD> |
|---|
| 19 | <td width="50"> |
|---|
| 20 | <h3><a href="index.html"><img height="45" width="43" alt="Boost.Regex Index" src="uarrow.gif" border="0"></a></h3> |
|---|
| 21 | </td> |
|---|
| 22 | </TR> |
|---|
| 23 | </TABLE> |
|---|
| 24 | </P> |
|---|
| 25 | <HR> |
|---|
| 26 | <p></p> |
|---|
| 27 | <P>The performance of Boost.regex in both recursive and non-recursive modes should |
|---|
| 28 | be broadly comparable to other regular expression libraries: recursive mode is |
|---|
| 29 | slightly faster (especially where memory allocation requires thread |
|---|
| 30 | synchronisation), but not by much. The following pages compare |
|---|
| 31 | Boost.regex with various other regular expression libraries for the following |
|---|
| 32 | compilers:</P> |
|---|
| 33 | <P><A href="vc71-performance.html">Visual Studio.Net 2003 (recursive Boost.regex |
|---|
| 34 | implementation)</A>.</P> |
|---|
| 35 | <P><A href="gcc-performance.html">Gcc 3.2 (cygwin) (non-recursive Boost.regex |
|---|
| 36 | implementation).</A></P> |
|---|
| 37 | <P> |
|---|
| 38 | <HR> |
|---|
| 39 | <P></P> |
|---|
| 40 | <p>Revised |
|---|
| 41 | <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> |
|---|
| 42 | 24 Oct 2003 |
|---|
| 43 | <!--webbot bot="Timestamp" endspan i-checksum="39359" --></p> |
|---|
| 44 | <p><i>© Copyright John Maddock 1998- |
|---|
| 45 | <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%Y" startspan --> |
|---|
| 46 | 2003<!--webbot bot="Timestamp" endspan i-checksum="39359" --></i></p> |
|---|
| 47 | <P><I>Use, modification and distribution are subject to the Boost Software License, |
|---|
| 48 | Version 1.0. (See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> |
|---|
| 49 | or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)</I></P> |
|---|
| 50 | </body> |
|---|
| 51 | </html> |
|---|
| 52 | |
|---|