Earlier quoted context omitted.
I laughed when they called it “unified memory.” Amazing what some marketing can do. In previous years, that was called “shared graphics memory” and it was only for low end systems.
Shared graphics-memory is not the same as unified memory. In a shared graphics-memory system, a part of the system RAM is reserved for the GPU. The amount of RAM reported to the OS is the total RAM minus the chunk reserved the GPU uses. The OS only can use it's own part, and cannot access the GPU memory (and vice versa). If you want to make something available to the GPU, it still has to be copied to the reserved GPU…
How M1 Macs feel faster than Intel models: it’s about QoS
121–130 of 427 posts
Re: How M1 Macs feel faster than Intel models: it’s about QoS
#122It 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
#123It used to be that I would notice rogue background tasks eating up my processor because I could feel the UI acting slow and the fans would kick on.
Now the only indication I get is my battery depleting more rapidly than expected. The UI is completely responsive still, and there are no fans. But I’m never checking my battery level anymore, so I don’t catch these processes for much longer.
Re: How M1 Macs feel faster than Intel models: it’s about QoS
#124Earlier quoted context omitted.
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.
Yep, see below. With WSL and an ext4 virtual disk it takes only 29 seconds. Still quite a bit more than the 22 seconds on the Macbook.
Re: How M1 Macs feel faster than Intel models: it’s about QoS
#125Sounds like the consensus here is that the M1 feels faster, and is actually faster, for a lot of tasks. So, for a lot of engineers, the M1 is the better choice over Intels. (Faster compile times are a good thing for devs, among other things) In 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 dr…
Re: How M1 Macs feel faster than Intel models: it’s about QoS
#126Re: How M1 Macs feel faster than Intel models: it’s about QoS
#127It 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.
Hard to compare without mentioning the actual CPU in it. FWIW my Ryzen 3900X completes that compile in 15s. To be fair, that is a relatively high-end desktop CPU, but it's also a massive margin for a last-gen model.
Re: How M1 Macs feel faster than Intel models: it’s about QoS
#128It 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
#129It 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
#130Finally, setting all these QoS priorities on DispatchQueue's is paying off big time.