Earlier quoted context omitted.
I have a 2018 Mac Mini driving two 4K displays with Display Port over USB-C cables. I previously was driving 2 x 24" 2K displays (same cables) and had no performance problems. Once I upgraded to the 4K displays I've observed very noticeable display draw performance issues. It's not enough for me to give up the 4K displays but I'm wondering if this is improved on the current M1 Mac mini?
I haven’t noticed any display lag on my end. But I don’t do latency sensitive things like gaming. 1 monitor (Dell P2715Q) is hooked up using DisplayPort. The other (LG 27” IPS 4K) is using HDMI 2.0. Both are running 4K retina at 60Hz without any issues. I had so much trouble finding this out before I bought it which is why I am vocal about the fact that it works.
Apple's follow-up to M1 chip goes into mass production for Mac
651–660 of 661 posts
Re: Apple's follow-up to M1 chip goes into mass production for Mac
#652Earlier quoted context omitted.
There basically already is in the M1: https://www.anandtech.com/show/16226/apple-silicon-m1-a14-de... tl;dr it has really sick floating point double performance which directly translates to JS performance
Most JavaScript JITs do math on integers.
all other numbers are floats
Re: Apple's follow-up to M1 chip goes into mass production for Mac
#653Earlier quoted context omitted.
Most JavaScript JITs do math on integers.
Only if using the BigInt type: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe... all other numbers are floats
Re: Apple's follow-up to M1 chip goes into mass production for Mac
#654Earlier quoted context omitted.
What's in it for Apple? I'm not trying to be glib, here, but unless there were some Mac only server functionality, nobody would buy an Apple ARM powered datacentre machine.
First of all, Apple could save a huge amount of money replacing Intel based servers with their own chips. Both on the CPU price, expecially the Xeons are really expensive as well as on electricity consumption, probably the largest running cost of data centers. Then the gains of scale, making a CPU just of the Mac Pro would mean too low production numbers, but with data center usage would drive those up - especially i…
Re: Apple's follow-up to M1 chip goes into mass production for Mac
#655Somewhere, the collective whos who of the silicon chip world is shitting their pants. Apple just showed to the world how powerful and efficient processors can be. All that with good design. Customers are going to demand more from Intel and the likes. Just imagine Apple releasing the Mx chips for server infrastructure. Intel ought to be sweating bullets now. edit: a word.
Re: Apple's follow-up to M1 chip goes into mass production for Mac
#656Earlier quoted context omitted.
In the consumer space there are only 2 paths for a viable competitor to emerge. 1) a coordinated ecosystem attack or 2) an individual company doubles down. There are things that lead me to believe 1) can't happen. Google ultimately acquiring Fitbit instead of ecosystem compatibility and integration. It seems like the giants are needing to acquire the pieces to build their own Apple, rather than partner with them. Als…
What do you mean by “doubling down”?
Re: Apple's follow-up to M1 chip goes into mass production for Mac
#657Somewhere, the collective whos who of the silicon chip world is shitting their pants. Apple just showed to the world how powerful and efficient processors can be. All that with good design. Customers are going to demand more from Intel and the likes. Just imagine Apple releasing the Mx chips for server infrastructure. Intel ought to be sweating bullets now. edit: a word.
> Just imagine Apple releasing the Mx chips for server infrastructure. Intel ought to be sweating bullets now. As a developer, I'm sweating bullets. Imagine a future where Apple is the only serious platform left on mobile, server and desktop, then developers can forget about starting that next disruptive startup and instead they will become just second-class Apple "employees" with contracts similar to Uber drivers.
Re: Apple's follow-up to M1 chip goes into mass production for Mac
#658Earlier quoted context omitted.
You would need to think quite far out of the box and hit it to be able to beat a vertically integrated, extremely well-funded, and successful company.
Like IBM circa 1968?
Still ibm then have no consumer whilst apple now has no business and cloud business domination ... still lots of space to play.
But if windows moved to arm with the same result I cannot say intel can survive though.
Re: Apple's follow-up to M1 chip goes into mass production for Mac
#659Earlier quoted context omitted.
Indeed. It's interesting to see how people like to label Apple a monopoly - a company with a 19% market share in smartphones and an 8% share on the desktop.
When people use the words "Apple" and "monopoly" it's more often about the iOS walled garden: because there's no (good) sideloading, Apple has a monopoly over app distribution on their mobile devices.
Success is not a crime.
Re: Apple's follow-up to M1 chip goes into mass production for Mac
#660Earlier quoted context omitted.
Only if using the BigInt type: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe... all other numbers are floats
No, this is independent of BigInt. JITs speculate that numbers are integers for performance.