Earlier quoted context omitted.
I would turn that around. What kind of development are you doing where you feel 32GB is "Barely enough"? Right now I primarily work on a very complex react based app. I've also done Java, Ruby, Elixir, and Python development and my primary machine has never had 32GB. More RAM is definitely better, but when I hear phrases like "32GB is barely enough", I have to wonder what in the hell people are working on. Even runni…
One data point: when I was consulting a year ago, I had to run two fully virtualized desktops just to use the client's awful VPNs and enterprise software. Those VMs, plus a regular developer workload, made my 16GB laptop unusable. Upgrading to 32GB fixed it completely.
16-inch MBP 2x slower than M1 MacBook Air in a real-world Rust compile
491–500 of 529 posts
Re: 16-inch MBP 2x slower than M1 MacBook Air in a real-world Rust compile
#492Earlier quoted context omitted.
14nm was delayed, 10nm was massively delayed, 7nm is delayed again. That's a fairly long run of underperformance. Sure, they sit on enough money that they can recover if they do it right. But there currently aren't any signals that they're getting things right.
Delays aren't necessarily underperformance. Let me offer an example. If Boeing had delayed the rollout of the MAX 8, or even simply reduced the production rate, it may have been able to identify and rectify the MCAS failure mode, thus preventing suspension of the MAX aircraft. In retrospect, they could have delivered more aircraft prior to the pandemic and avoided many of the order cancellations that it brought. Some…
Re: 16-inch MBP 2x slower than M1 MacBook Air in a real-world Rust compile
#493Earlier quoted context omitted.
I'd say the opposite, this increases the speed of such apps to closer to what is now native speed.
I'm referring to the second point about memory that OP made. You know, having to allocate 700MB of memory in order to run an electron chat application.
Re: 16-inch MBP 2x slower than M1 MacBook Air in a real-world Rust compile
#494Earlier quoted context omitted.
I'm referring to the second point about memory that OP made. You know, having to allocate 700MB of memory in order to run an electron chat application.
It's seems wasteful, but RAM is so cheap, who cares? You can get 16GB for $52 on Amazon. That 700MB is equivalent to $4.64 one-time payment. There are more important things to worry about, seems to me.
Re: 16-inch MBP 2x slower than M1 MacBook Air in a real-world Rust compile
#495Is anyone else thinking, what the f*ck? Are we in a new era of computing? It certainly feels that way when looking at these desktop class ARM chips, where performance doubled every year or so, just like back in the 80s and 90s.
Note that the comparison is also compiling to ARM vs compiling to Intel, so its partly to do with the simplicity of the compilation process between the two architectures. https://twitter.com/rikarends/status/1328762958118346753
There could be all manner of processor optimisations that are taking time to process. Like for like would be much more indicative
Re: 16-inch MBP 2x slower than M1 MacBook Air in a real-world Rust compile
#496Earlier quoted context omitted.
>> We already know the A-series of chips performs incredibly in short workloads. We have no information yet on how it performs under sustained workloads. What makes you think that given sufficient cooling, it will not perform exactly the same as the M1 in the MBA but sustained? It’s not like the ARM architecture changes anything in the thermodynamics of cooling cpus compared to an x86 chip, right? I’d wager that unde…
It's in the same ballpark of power efficiency as AMD's x86 chips. It's slightly more efficient because of 7nm vs 5nm but if you scale it up to desktop frequencies it's going to consume the same amount of power as Ryzen CPUs.
So again, what would make anyone think that an M1 with decent cooling would not be able to maintain the current ST performance indefintely, or a hypothetical 8+8 or even 16+16 core M1X or M2 with a TDP of 100W and top-notch cooling solution would be impossible?
Re: 16-inch MBP 2x slower than M1 MacBook Air in a real-world Rust compile
#497Earlier quoted context omitted.
I was until I tried doing the test myself. It takes 82 seconds to compile on my i5-4200M. I'm not sure this test is deserving of the breathless headline and commentary, especially since the original tweeter later follows up with: > Extra info: The M1 macbooks (air/pro) can't drive 2 external screens, and the air throttles a bit after 3+ minutes sustained compute (20-30%) https://twitter.com/rikarends/status/132875317…
How about compiling WebKit? https://techcrunch.com/wp-content/uploads/2020/11/webkit-com...
What's also hugely impressive is that under better cooling conditions, it's also 25% faster.
None of these numbers capture headlines like 2x sadly, but that's still massively impressive.
Re: 16-inch MBP 2x slower than M1 MacBook Air in a real-world Rust compile
#498Earlier quoted context omitted.
mac i/o at it's finest... it's probably also faster on linux.
Dell xp15 i7-9750H ubuntu 20.04 v1.50.0-nightly cargo clean && cargo build -p makepad --release Compiling makepad v0.1.0 (/home/becker/trash/makepad/makepad) Finished release [optimized] target(s) in 23.64s
Re: 16-inch MBP 2x slower than M1 MacBook Air in a real-world Rust compile
#499Anyone else worried that while these performance improvements are really good, that this is further locking people into Apple's ecosystem? No self-repairs, no bootcamp support, etc
I feel bad for intel if anything. While they're not out, it doesn't bode well for their future.