1. 09 9月, 2016 2 次提交
  2. 08 9月, 2016 1 次提交
  3. 07 9月, 2016 4 次提交
  4. 06 9月, 2016 11 次提交
  5. 05 9月, 2016 2 次提交
  6. 04 9月, 2016 1 次提交
  7. 03 9月, 2016 3 次提交
  8. 02 9月, 2016 1 次提交
  9. 01 9月, 2016 3 次提交
  10. 30 8月, 2016 1 次提交
  11. 29 8月, 2016 1 次提交
  12. 28 8月, 2016 1 次提交
  13. 27 8月, 2016 1 次提交
    • A
      File path filtering works and is pretty fast. · 065c4499
      Andrew Gallant 提交于
      I'm pretty disappointed by the performance of regex sets. They are
      apparently spending a lot of their time in construction of the DFA,
      which probably means that the DFA is just too big.
      
      It turns out that it's actually faster to build an *additional* normal
      regex with the alternation of every glob and use it as a first-pass
      filter over every file path. If there's a match, only then do we try the
      more expensive RegexSet.
      065c4499
  14. 26 8月, 2016 1 次提交
  15. 05 8月, 2016 1 次提交
  16. 21 6月, 2016 1 次提交
  17. 04 4月, 2016 1 次提交
  18. 31 3月, 2016 2 次提交
  19. 30 3月, 2016 1 次提交
  20. 29 3月, 2016 1 次提交