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.019s)</phrase></entry><entry><phrase role="highlight">1<para/>(0.019s)</phrase></entry><entry>2.98<para/>(0.0566s)</entry><entry><literal>Twain</literal></entry>
  17. </row>
  18. <row>
  19. <entry><phrase role="highlight">1<para/>(0.0176s)</phrase></entry><entry><phrase role="highlight">1<para/>(0.0176s)</phrase></entry><entry>3.17<para/>(0.0556s)</entry><entry><literal>Huck[[:alpha:]]+</literal></entry>
  20. </row>
  21. <row>
  22. <entry>3.62<para/>(1.78s)</entry><entry>3.97<para/>(1.95s)</entry><entry><phrase role="highlight">1<para/>(0.492s)</phrase></entry><entry><literal>[[:alpha:]]+ing</literal></entry>
  23. </row>
  24. <row>
  25. <entry>2.32<para/>(0.344s)</entry><entry>3.06<para/>(0.453s)</entry><entry><phrase role="highlight">1<para/>(0.148s)</phrase></entry><entry><literal>^[^
  26. ]*?Twain</literal></entry>
  27. </row>
  28. <row>
  29. <entry><phrase role="highlight">1<para/>(0.0576s)</phrase></entry><entry><phrase role="highlight">1.05<para/>(0.0606s)</phrase></entry><entry>1.15<para/>(0.0664s)</entry><entry><literal>Tom|Sawyer|Huckleberry|Finn</literal></entry>
  30. </row>
  31. <row>
  32. <entry>1.24<para/>(0.164s)</entry><entry>1.44<para/>(0.191s)</entry><entry><phrase role="highlight">1<para/>(0.133s)</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>