1. 03 6月, 2016 1 次提交
  2. 04 4月, 2016 1 次提交
    • Y
      Refactor processing of various Banzai filters · 14114805
      Yorick Peterse 提交于
      These filters now use a single iteration over all the document nodes
      instead of multiple ones. This in turn allows variables to be re-used
      (e.g. links only have to be unescaped once). Combined with some other
      refactoring this can drastically reduce render timings.
      14114805
  3. 25 3月, 2016 1 次提交
  4. 17 3月, 2016 1 次提交
  5. 20 1月, 2016 1 次提交
  6. 14 1月, 2016 1 次提交
  7. 12 1月, 2016 1 次提交
  8. 31 12月, 2015 1 次提交
  9. 25 12月, 2015 2 次提交
  10. 24 12月, 2015 2 次提交
  11. 15 12月, 2015 1 次提交
  12. 08 12月, 2015 1 次提交
  13. 02 12月, 2015 1 次提交
  14. 01 12月, 2015 2 次提交
  15. 19 11月, 2015 1 次提交
  16. 20 10月, 2015 1 次提交
    • Y
      Speed up searching for text references a bit · afdc0285
      Yorick Peterse 提交于
      If a node is ignored there's no need for searching for a given pattern.
      In turn, when searching for the pattern there's no need to construct a
      MatchData object as we only care about presence (or lack thereof), not
      the resulting matches.
      
      In terms of performance this cuts down about 200 ms when loading
      issue #2164 locally, though this varies a bit depending on system load.
      afdc0285
  17. 14 10月, 2015 3 次提交
  18. 13 10月, 2015 1 次提交
  19. 08 10月, 2015 3 次提交
  20. 07 10月, 2015 1 次提交
  21. 01 9月, 2015 1 次提交
  22. 28 8月, 2015 2 次提交
  23. 09 8月, 2015 1 次提交
  24. 02 6月, 2015 1 次提交
  25. 27 5月, 2015 1 次提交
  26. 26 4月, 2015 4 次提交
  27. 23 4月, 2015 1 次提交
  28. 21 4月, 2015 2 次提交