Tags: baroquebobcat/pex
Tags
Merge pull request pex-tool#100 from wickman/wickman/1.0 pex 1.0
Merge pull request pex-tool#37 from ugodiggi/fully_cached_performance… …_improv Speed up the best-case scenario of dependency resolution.
Only get mtime on local links. Fixes pex-tool#29 Under certain circumstances it is possible for a remote link to have os.path.getmtime called on it during resolve when using caching. Instead, consider all remote links as cache hits, and only filter local links using mtime.