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.

  • @Isycius
    link
    English
    76 months ago

    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.

    • DacoTaco
      link
      fedilink
      English
      1
      edit-2
      6 months ago

      Correct, cache exists for that reason. But youre still loosing time and space by saving it to memory ( cache is just faster acccess for the cpu. Its still in ram or in the pipeline to be pushed to ram on next flush ).

      Also true, per thread you would need more memory to save the cpu’s state when switching threads. Now i kinda want to do some calculations and tests to see at what point it gets better.
      I always figured that per thread more memory is needed, but that the thread itself needed less memory ( or time to access it ) because it can contain more temp values in the cpu’s registers.

      Again though, there claim is bullshit or not totally depends on the kind of work youre doing and for video work i consider it bullshit as well :')