]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/regex/doc/performance.qbk
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / regex / doc / performance.qbk
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
10 The performance of Boost.Regex in both recursive and non-recursive modes
11 should be broadly comparable to other regular expression libraries:
12 recursive mode is slightly faster (especially where memory allocation requires
13 thread synchronisation), but not by much. The following pages compare
14 Boost.Regex with various other regular expression libraries for the
15 following compilers:
16
17 [performance_all_sections]
18
19 [endsect]
20
21
22