Live data from Hacker News

Yarn vs. npm: Installation Time

triplet.fi

1–3 of 3 posts

Re: Yarn vs. npm: Installation Time

#2
This should measure installation times with initialized caches as well, since Yarn has a better caching strategy for previously fetched packages.

Yarn is significantly faster in these cases since it does not hit the network, it uses the cached data directly.