1[/ 2 Copyright 2006-2007 John Maddock. 3 Distributed under the Boost Software License, Version 1.0. 4 (See accompanying file LICENSE_1_0.txt or copy at 5 http://www.boost.org/LICENSE_1_0.txt). 6] 7 8[section:performance Performance] 9 10The performance of Boost.Regex in both recursive and non-recursive modes 11should be broadly comparable to other regular expression libraries: 12recursive mode is slightly faster (especially where memory allocation requires 13thread synchronisation), but not by much. The following pages compare 14Boost.Regex with various other regular expression libraries for the 15following compilers: 16 17[performance_all_sections] 18 19[endsect] 20 21 22 23