performance.qbk 659 B

12345678910111213141516171819202122
  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. [section:performance Performance]
  8. The performance of Boost.Regex in both recursive and non-recursive modes
  9. should be broadly comparable to other regular expression libraries:
  10. recursive mode is slightly faster (especially where memory allocation requires
  11. thread synchronisation), but not by much. The following pages compare
  12. Boost.Regex with various other regular expression libraries for the
  13. following compilers:
  14. [performance_all_sections]
  15. [endsect]