It does not just feel faster, in many cases it is faster. E.g. compiling Rust code is so much faster that it is not even funny. cargo install -f ripgrep takes 22 seconds on a Mac Book Air with M1, same on a hexacore 2020 Dell XPS 17 with 64GB RAM takes 34 seconds.
How M1 Macs feel faster than Intel models: it’s about QoS
111–120 of 427 posts
Re: How M1 Macs feel faster than Intel models: it’s about QoS
#112It does not just feel faster, in many cases it is faster. E.g. compiling Rust code is so much faster that it is not even funny. cargo install -f ripgrep takes 22 seconds on a Mac Book Air with M1, same on a hexacore 2020 Dell XPS 17 with 64GB RAM takes 34 seconds.
Re: How M1 Macs feel faster than Intel models: it’s about QoS
#113That is all well and good. Great actually. And it makes sense. The high efficiency reduced instruction set computer has highly optimized architecture to improve efficiency. But we all knew that deep down. It's like the Ford Tempo. A mere 80 horsepower mated to a well designed and highly optimized transmission gave levels of performance that were higher than other cars in the same market. What I can't stand are all th…
I'm curious what you think of all the benchmarks that sais otherwise. In a race between a motorized lawn mower and a racecar - if the lawn mower wins which one is ultimately the best "racecar"?
vs
I ride a quiet lawn mower at dawn and do my chores in a happy culture where people help each other.
My computer is 10 years old. I paid $100 for it when I bought it used. It runs fine because I know what I'm doing, and now I feel guilty about that. I wished I would run slack now. I bought it because of 4K streaming, but then shortly after all the home theater devices came out.
Should we really be encouraging borrowing and debt so people can buy new TVs and phones they throw away every year? Wouldn't that capital be better spent on something like medical research? You can borrow all the money you want. Good luck getting a job with them.
Re: How M1 Macs feel faster than Intel models: it’s about QoS
#114Earlier quoted context omitted.
> when compiling Java/sbt projects Are you comparing a binary being run under dynamic binary translation with a native binary? Not really an honest comparison, if that's the case.
No idea if that's the case, but I wouldn't have expected Java of all things to be run under binary translation.
Re: How M1 Macs feel faster than Intel models: it’s about QoS
#115That is all well and good. Great actually. And it makes sense. The high efficiency reduced instruction set computer has highly optimized architecture to improve efficiency. But we all knew that deep down. It's like the Ford Tempo. A mere 80 horsepower mated to a well designed and highly optimized transmission gave levels of performance that were higher than other cars in the same market. What I can't stand are all th…
But the M1 is also literally, by the numbers, the fastest machine in the world for some workloads. For us, my M1 Macbook Air compiles our large TypeScript Angular app in half the time of a current i9 with 64Gb ram on node v15. These are real-world, tested, and validated results. Nothing comes close..because the chip is designed to run JS as fast as physically possible. It's insanely fast at some workloads. Not all of them of course, but it's no Tempo. I would say it's more like a Tesla, faster than it should be considering the HP (a model S is much faster than cars with way more HP) but faster due to 'How' it makes the power rather than how much.
That said, I replaced a $2000 iMac 4K with a base model Macbook Air and it was a huge upgrade for my day to day work. It really is perfectly fine to replace some workstations.
Re: How M1 Macs feel faster than Intel models: it’s about QoS
#116Earlier quoted context omitted.
Nope, pure compile time on a Core i7-10750H with Windows and Rust 1.52.1, antivirus disabled. WSL did not make much of a difference though (29 seconds).
The Windows filesystem is extremely slow, even without WSL. It can be mitigated to some extent by using completion ports, but I doubt the Rust compiler is architectured that way-- You should benchmark against Linux as well.
Re: How M1 Macs feel faster than Intel models: it’s about QoS
#117In that regard, the moment feels similar to the mid 2000s, when you suddenly saw a huge uptick in Macbooks at technical conferences: software developers seemed to gravitate in droves to the Mac platform (over windows or linux). Over the last 5+ years, that's cooled a bit. But I wonder if the M1 will solidify or grow Apple's (perceived) dominance among developers?
Re: How M1 Macs feel faster than Intel models: it’s about QoS
#118It does not just feel faster, in many cases it is faster. E.g. compiling Rust code is so much faster that it is not even funny. cargo install -f ripgrep takes 22 seconds on a Mac Book Air with M1, same on a hexacore 2020 Dell XPS 17 with 64GB RAM takes 34 seconds.
Is 22 seconds insetad of 34 seconds so much faster ? The difference does not feel huge to me
Re: How M1 Macs feel faster than Intel models: it’s about QoS
#119It does not just feel faster, in many cases it is faster. E.g. compiling Rust code is so much faster that it is not even funny. cargo install -f ripgrep takes 22 seconds on a Mac Book Air with M1, same on a hexacore 2020 Dell XPS 17 with 64GB RAM takes 34 seconds.
What OS are you running on the Dell though? Windows is notoriously slower for file system operations even without AV and the default there is to prefer foreground apps vs something like compile tasks.
Re: How M1 Macs feel faster than Intel models: it’s about QoS
#120Earlier quoted context omitted.
Are you counting download time as well? It took 8.30 sec on hexacore now when I tried it.
Nope, pure compile time on a Core i7-10750H with Windows and Rust 1.52.1, antivirus disabled. WSL did not make much of a difference though (29 seconds).
There's your problem.
Even Microsoft concedes that Windows is legacy technology now.