Apple has a memory problem and we’re all paying for it::Apple still sells expensive “Pro” computers with just 8GB of RAM and charges a fortune for more.
Apple has a memory problem and we’re all paying for it::Apple still sells expensive “Pro” computers with just 8GB of RAM and charges a fortune for more.
Apple’s “memory upgrade” is making the claim that you can do with half for the same amount of work on x86. It is 100% untrue.
You tried to delve into speed. But speed won’t outpace a 1TB video file you’re trying to edit. If you’re working with smaller chunks of smaller files that have fast operations ONLY, then make claim as such. This is a ploy for upgrade cash, plain and simple. Nothing about these chips moves the needle on memory usage BY HALF. What a dumbass thing to assert as a company.
Apple’s claim isnt 100% untrue tbh. It depends on the operations actually. Arm processors have at least 12 registers to contain data or references to memory. A program does need more ram space on a x86 processor, as it only has like 4 registers afaik ( correct me if im wrong! ) so it needs to push data more often to the stack.
This means that the m* processors has to generally save less info in memory. However, data is still data and you still need memory to contain the data youre processing so you still need the ram. So like, when doing video work that apple claim is utter bullshit. Raw calculations however might not be so much bullshit
For many memory intensive operation, this is incorrect since by that logic, Apple’s chip should use far more memory due to having quarter as many registers for those purpose. (32x64 vs. 32x256)
Most processors have cache memories for reasons you stated.