← Back to context

Comment by drdaeman

4 hours ago

Because look around - same code compiled for x86_64 and aarch64 is not that drastically different in size, save for some special cases (like NumPy). Data structures are going to have even less differences. Then, assets are the same.

I’ve cursorily checked few programs and difference seemed to about 10-20% (with some exceptions), so 8GiB RAM on an aarch64 is like 10GB on x86_64. Significantly nicer, not a life-changing nicer - you’re still very limited.

Edit: Next comment has a very good point about memory and SSD bandwidth increases, allowing faster swap and compressed RAM performance. That’s something I haven’t considered. So maybe it’ll feel closer to a 16GiB old machine or something like that…