←back to thread

183 points ahamez | 2 comments | | HN request time: 0s | source
Show context
giancarlostoro ◴[] No.43631399[source]
Does something like Whisky work in the new macOS Apple Silicon world? I assume its quite a bit slower to simulate Windows while at the same time translating x86 to Apple Silicon. I ask because this would be a justified break from this project, it's kind of a nightmare setup, you're better off just buying a $300 Windows laptop at Walmart or something.
replies(16): >>43631425 #>>43631427 #>>43631429 #>>43631434 #>>43631436 #>>43631438 #>>43631452 #>>43631463 #>>43631466 #>>43631470 #>>43631504 #>>43631606 #>>43631696 #>>43632362 #>>43632689 #>>43639329 #
jchw ◴[] No.43631504[source]
The thing is, "Apple Silicon" computers are very fast. They are, obviously, not the fastest computers you can possibly buy, but rather than monetize fast CPU cores Apple mainly monetizes SSD and RAM and does minimal segmentation on the CPU, so even the lowest end Mac devices are absurdly fast compared to low end PCs. Rosetta is also pretty fast, depending on the workload, since the hardware is specialized to support fast x86 emulation.

I reckon a lot of games on Apple Silicon would end up GPU bound before CPU bound.

replies(1): >>43631838 #
bjourne ◴[] No.43631838[source]
CPU benchmarks such as PassMark does not indicate that Apple Silicon has a performance edge over Intel or AMD CPUs in any price range: https://www.cpubenchmark.net/cpu_list.php
replies(2): >>43631997 #>>43632101 #
1. Thews ◴[] No.43631997{3}[source]
Here's where they shine, https://www.cpubenchmark.net/singleThread.html
replies(1): >>43632925 #
2. mceachen ◴[] No.43632925[source]
To my eye that looks essentially like a tie, which may seem like not that big of a deal.

When I run compilation and multithreaded integration tests on my chonky AMD Ryzen 9 5950X (16 cores, 32 threads) on Ubuntu 24.04, and on my 2020 M1 Mac mini (8 cores), *the mini keeps up*. It’s quite impressive.