-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Need a big optimization for Windows #990
Copy link
Copy link
Closed
Labels
Description
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
I've tested a lot about the installation speed between MacOS and Windows. According to the results it seems that yarn has far less optimizations for Windows. e.g. Here are the comparisons of installing react-native :
Test Machines:
- ThinkPad X1 Carbon 4, 1TB PCI-E SSD, 16GB Memory
- MacBook Air 2014, 256GB SSD, 4GB Memory
No cache & same network environment
MacOS
npm@3.10.9: 1m 31s
yarn@0.15.1: 39s
Windows
npm@3.10.9: 2m 24s
yarn@0.15.1: 2m 19s
So, it seems yarn has no advantage over npm on Windows. Did anyone face with this appearance?
Please mention your node.js, yarn and operating system version.
nodejs: 6.8.0
yarn: 0.15.1
OS: Windows 10 14393.321 & MacOS 10.12
Reactions are currently unavailable


