|
|
|
|
|
by tyleo
266 days ago
|
|
It’s surprising to me MacBooks have such low market share. I got my first Mac after using Windows all my life and I’m stunned. The laptop:
1. Lasts all day on battery
2. Doesn’t get hot
3. Compiles code twice as fast as my new Windows desktop I really don’t like macOS but I’ve shifted to recommending Mac to all my friends and family given the battery, portability and, and speed. |
|
Also, again, most folks just don't care. And of the remainder:
> Compiles code twice as fast as my new Windows desktop
That's because MS's filesystem layer has been garbage since NT was launched decades ago and they've never managed to catch up. Also if you're not apples/applesing and are measuring native C/C++ builds: VS is an OK optimizer but lags clang badly in build speed. The actual CPU is faster, but not by nearly 2x.