1. 20 11月, 2020 7 次提交
  2. 19 11月, 2020 2 次提交
  3. 15 11月, 2020 2 次提交
  4. 14 11月, 2020 6 次提交
  5. 12 11月, 2020 6 次提交
  6. 11 11月, 2020 2 次提交
  7. 10 11月, 2020 2 次提交
  8. 09 11月, 2020 3 次提交
  9. 04 11月, 2020 2 次提交
  10. 03 11月, 2020 2 次提交
  11. 01 11月, 2020 5 次提交
  12. 31 10月, 2020 1 次提交
    • X
      Cache find_best_candidate results · 5ec275fc
      Xavier Fernandez 提交于
      This is possible because self.make_candidate_evaluator only depends
      on:
      - the function arguments which are keys to the cache
      - self._target_python which never changes during a pip resolution
      - self._candidate_prefs which never changes during a pip resolution
      
      On a fresh install, pip install <a package with ~ 100 dependencies>
      runs on my machine in:
      
      master (a0e34e9c)
      =======================
      
      0m33.058s
      0m34.105s
      0m32.426s
      
      This commit
      ===========
      
      0m15.860s
      0m16.254s
      0m15.910s
      
      pip 20.2.4 - legacy resolver
      ============================
      
      0m15.145s
      0m15.040s
      0m15.152s
      5ec275fc