Published November 2, 2020
| Version v1
Poster
Open
Performance of pip's Dependency Resolver: Are We There Yet?
- 1. University of Science and Technology of Hanoi
Description
This tries to partially answer the question raised at pip's issue 8664:
New resolver: What performance is acceptable, and are we there yet?
The benchmark here only focus on the download operation of
the top PyPI packages.
Files
poster.pdf
Files
(769.1 kB)
Name | Size | Download all |
---|---|---|
md5:9e2fb92e25f030f7ba51685055c78114
|
369.4 kB | Preview Download |
md5:69b68485eb03bf3d65e20c118c9dc684
|
399.7 kB | Preview Download |
Additional details
References
- Samarth Tambad, Rohit Nandwani, Suzanne K. McIntosh. Analyzing programming languages by community characteristics on Github and StackOverflow. https://arxiv.org/abs/2006.01351
- Python Packaging Authority. Installing packages using pip and virtual environments. https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/
- Python Software Foundation. Mozilla and Chan Zuckerberg Initiative to support pip. http://pyfound.blogspot.com/2019/12/moss-czi-support-pip.html
- Sumana Harihareswara. pip 20.3 release plan. https://github.com/pypa/pip/issues/8936#issuecomment-716627313
- Hugo van Kemenade, & Richard Si. (2020, November 1). hugovk/top-pypi-packages: Release 2020.11 (Version 2020.11). Zenodo. http://doi.org/10.5281/zenodo.4173086
- Assaf Gordon. GNU time. https://www.gnu.org/software/time/
- Xavier Fernandez. Cache find best candidate. https://github.com/pypa/pip/pull/9078