C++ Boost

Boost.Regex

Performance

Boost.Regex Index


The performance of Boost.regex in both recursive and non-recursive modes should be broadly comparable to other regular expression libraries: recursive mode is slightly faster (especially where memory allocation requires thread synchronisation), but not by much.  The following pages compare Boost.regex with various other regular expression libraries for the following compilers:

Visual Studio.Net 2003 (recursive Boost.regex implementation).

Gcc 3.2 (cygwin) (non-recursive Boost.regex implementation).


Revised 17 May 2003

© Copyright John Maddock 1998- 2003

Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. Dr John Maddock makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.