long_twain_search.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!--
  2. Copyright 2004 Eric Niebler.
  3. Distributed under the Boost Software License, Version 1.0.
  4. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. -->
  6. <informaltable frame="all">
  7. <bridgehead renderas="sect4"><phrase role="table-title">Long Searches</phrase></bridgehead>
  8. <tgroup cols="4">
  9. <thead>
  10. <row>
  11. <entry>static xpressive</entry><entry>dynamic xpressive</entry><entry>Boost</entry><entry>Expression</entry>
  12. </row>
  13. </thead>
  14. <tbody>
  15. <row>
  16. <entry><phrase role="highlight">1<para/>(0.0263s)</phrase></entry><entry><phrase role="highlight">1<para/>(0.0263s)</phrase></entry><entry>1.78<para/>(0.0469s)</entry><entry><literal>Twain</literal></entry>
  17. </row>
  18. <row>
  19. <entry><phrase role="highlight">1<para/>(0.0234s)</phrase></entry><entry><phrase role="highlight">1<para/>(0.0234s)</phrase></entry><entry>1.79<para/>(0.042s)</entry><entry><literal>Huck[[:alpha:]]+</literal></entry>
  20. </row>
  21. <row>
  22. <entry>1.84<para/>(1.26s)</entry><entry>2.21<para/>(1.51s)</entry><entry><phrase role="highlight">1<para/>(0.687s)</phrase></entry><entry><literal>[[:alpha:]]+ing</literal></entry>
  23. </row>
  24. <row>
  25. <entry><phrase role="highlight">1.09<para/>(0.192s)</phrase></entry><entry>2<para/>(0.351s)</entry><entry><phrase role="highlight">1<para/>(0.176s)</phrase></entry><entry><literal>^[^
  26. ]*?Twain</literal></entry>
  27. </row>
  28. <row>
  29. <entry>1.41<para/>(0.08s)</entry><entry>1.21<para/>(0.0684s)</entry><entry><phrase role="highlight">1<para/>(0.0566s)</phrase></entry><entry><literal>Tom|Sawyer|Huckleberry|Finn</literal></entry>
  30. </row>
  31. <row>
  32. <entry>1.56<para/>(0.195s)</entry><entry>1.12<para/>(0.141s)</entry><entry><phrase role="highlight">1<para/>(0.125s)</phrase></entry><entry><literal>(Tom|Sawyer|Huckleberry|Finn).{0,30}river|river.{0,30}(Tom|Sawyer|Huckleberry|Finn)</literal></entry>
  33. </row>
  34. </tbody>
  35. </tgroup>
  36. </informaltable>