关于 Apple M1 的群众意见每日汇总 [码农方向][2020.11.22]
Retain/Release an NSObject, M1 v.s. current gen Intel, by David Smith
fun fact: retaining and releasing an NSObject takes ~30 nanoseconds on current gen Intel, and ~6.5 nanoseconds on an M1
…and ~14 nanoseconds on an M1 emulating an Intel
(The price we pay for this is that certain kinds of multithreading bugs can remain dormant on Intel but become symptomatic on M1. Use Thread Sanitizer to test your apps!)
this further improvement is because uncontended acquire-release atomics are about the same speed as regular load/store on A14
https://twitter.com/Catfish_Man/status/1326238434235568128
https://blog.metaobject.com/2020/11/m1-memory-and-performance.html?m=1
1080p AV1 dav1d 软解,M1 v.s. i9-9980H, by VideoLan
M1 chips are very fast. Full decode of AV1 sample Chimera in 1080p using dav1d:
- i9-9980H: 76/312/369fps
- MacMini M1: 79/354/346fps
(Numbers are SingleThread; 4 Frame Threads with 4 Tiles Threads; and finally 8 Frame Threads with 4 Tiles Threads)
Oh, and the M1 running the x86 code gives 168fps with 4+4 threads. Around half-speed, which is very impressive for emulation.
M1 chips are very fast.
Full decode of AV1 sample Chimera in 1080p using dav1d:
i9-9980H: 76/312/369fps
MacMini M1: 79/354/346fps(Numbers are SingleThread; 4 Frame Threads with 4 Tiles Threads; and finally 8 Frame Threads with 4 Tiles Threads)
— VideoLAN (@videolan) November 19, 2020
PostgreSQL Benchmarks using pgbench-tools
![关于 Apple M1 的群众意见每日汇总 [码农方向][2020.11.22]](http://4563.org/wp-content/uploads/2020/11/20201125_5fbdd2b66fce8.png)
https://info.crunchydata.com/blog/postgresql-benchmarks-apple-arm-m1-macbook-pro-2020
Minecraft running on Apple Silicon without Rosetta2
Got Minecraft running on a MacBook Air running on Apple Silicon without Rosetta, I got MultiMC running with a build of Qt and then built LWJGL and dependencies for arm64. The JDK being used is the Azul Zulu JDK built for macOS arm64.
Performance is unbelievable. I’m getting well over 200fps average on a regular sized windows and ~100fps at 4k on an external display!
The laptop has no fans but doesn’t even begin to get hot enough to cause any sort of throttling. Looking forwards to the official Minecraft port as this was mostly straightforward.
![关于 Apple M1 的群众意见每日汇总 [码农方向][2020.11.22]](http://4563.org/wp-content/uploads/2020/11/20201125_5fbdd2bd72a89.png)
https://old.reddit.com/r/Minecraft/comments/jxzilu/minecraft_on_apple_silicon/
React Native M1 support discussion
https://github.com/react-native-community/discussions-and-proposals/issues/295
If you disable SIP, all you iOS apps will stop working on your M1
It‘s only affect iOS apps though
https://forums.macrumors.com/threads/if-you-disable-sip-all-you-ios-apps-will-stop-working-on-your-m1.2269661/