Live data from Hacker News

Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra

comparedial.com

421–430 of 509 posts

Re: Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra

#421
post #149

Earlier quoted context omitted.

You care about single-core performance when you use the web: things like JavaScript processing, layout, etc. will bottleneck on one core and since developers are shipping more code this is probably the most noticeable difference. It's also a little hard to tell in some cases since there are many “native apps” which use an embedded web view for some of their UI. This is important for developers to know about because i…

> You care about single-core performance when you use the web: Theoretically, I would care. But in practice, I just took out an old budget android phone, gave it a go at browsing the web (news, images, and videos), and it seemed not to be noticeably slower than my much newer and pricier iPhone. Benchmarks would probably show a great difference between the two, but my eyes can't tell.

Let’s check back a few years later, how will that phone stand up. More powerful hardware is also future-proofing the devices, which apple actually care about. Hopefully this will change as now even Samsung promises some 5 years of software updates, but previously you could almost throw out a perfectly fine android phone 2 years later..

Re: Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra

#422
post #349
post #347

Earlier quoted context omitted.

That is something Alex Russell, the author of that blog post, is trying to raise awareness of in the industry but changing the culture of web development is a lot harder than buying a different phone (in many cases that won't even cost you more money).

Fix it at the rendering level. My device should default to not rendering a website the way the developer asks it to, but the way my defaults are set. Load a minimum viable site, ask my permission to execute more.

How exactly would you decide what is minimum viable?

What about buying a ticket and it failing at the last step because your browser determined that js was unneeded?

Re: Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra

#423
post #149

Earlier quoted context omitted.

You care about single-core performance when you use the web: things like JavaScript processing, layout, etc. will bottleneck on one core and since developers are shipping more code this is probably the most noticeable difference. It's also a little hard to tell in some cases since there are many “native apps” which use an embedded web view for some of their UI. This is important for developers to know about because i…

Yeah and the s23 has double the memory so it’s going to absolutely kick the crap out of the iPhone12 after it starts to swap your tabs into memory even accounting for the JVM. It’s cool and all for Apple to have an edge in single core performance but it doesn’t matter all that much in the real world and the s23 is objectively the faster phone.

Android doesn’t run “the JVM”.

Re: Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra

#424
post #404

Earlier quoted context omitted.

Yeah and the s23 has double the memory so it’s going to absolutely kick the crap out of the iPhone12 after it starts to swap your tabs into memory even accounting for the JVM. It’s cool and all for Apple to have an edge in single core performance but it doesn’t matter all that much in the real world and the s23 is objectively the faster phone.

> the s23 has dramatically more memory so it’s going to absolutely kick the crap out of the iPhone12 after it starts to swap your tabs into memory. Do you have any reproducible test results showing that or are you just asserting tribal loyalty? I jest, we all know the answer. You might want to read up on how iOS and Android differ in key ways: native code versus JIT, garbage collection versus ARC, and all of the syst…

While I agree with your overall points, you are wrong on the details: Android runs native code and ARC is just another form of GC (with less memory overhead, but also less throughput for what it matters. It is probably the better choice for mobile devices).

Apple hardware is just that much better, it is not about the software stack.

Re: Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra

#425

Earlier quoted context omitted.

Please accept my sympathy. I do understand and soon enough I'll be in the same predicament. Every iOS 15 patch feels like a gift. I seriously don't know what I'm going do when iOS 15 becomes end of life; there aren't any modern phones that have my critical—and arguably reasonable—hardware requirements.

The other requirement being the home button instead of these awful swipe gestures and facial unlock? And compact size. Man, Steve Jobs got it right before.

Nah, swipe gestures are way better imo. Anecdotal, but there is a story that the design team (who were used to the previous button design) got so used to the swipes that they tried to do that constantly on their old phones as well.

I would have agreed with you on the fingerprints being superior, but I have to say that I really can’t say anything bad about the face scanner. It is fast and accurate and very rarely fails (which would be the same with fingerprints, you may have gloves on, or your hands are dirty, etc)

Re: Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra

#426
post #211
post #29

Earlier quoted context omitted.

I use an iPhone X (released 2017) and I wish it kept up with modern app performance requirements. The iPhone X doesn't support built-in OCR in images and apps take 1-2s longer to launch than my iPhone 13. Faster performance today means longer lasting tomorrow.

I still use an iPhone X (with new battery from last year). The Pixel 2 was released around the same time and is e-waste. Almost all apps run well with the exception of Google's, which have consistently gotten worse. The camera still starts up quickly, and the fact that most apps are still performant compared to an iPhone 13 is impressive. Google Docs is unusable - even small documents can't be opened, and the app han…

Google apps don’t work anywhere properly to be honest, it is not due to the iphone X.

Re: Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra

#427
post #120

Earlier quoted context omitted.

Apps taking longer to launch is generally a RAM issue (unless you swipe up and force-close your apps each time). They drastically increased RAM recently: https://9to5mac.com/2022/12/31/iphone-ram-list/

Drastically still looks way lower than Samsung flagships (12GB).

My desktop computer has less RAM than that and I develop on that.

Re: Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra

#428

Earlier quoted context omitted.

iOS has historically done a lot better with less RAM (as far as how snappy and responsive it feels) than Android. Dunno if that's still the case, but it very much was for years and years.

MacOS manages better than Windows as well. Apple seems to have really good memory management. I don’t know enough to know what they are doing, but in day to day tasks it always feels like a Mac/ iPhone needs half as much memory to feel responsive. Memory intensive work, such as video editing still require what they require though.

While I’m not an ios dev, from what I gathered ios is just way more aggressive at telling background apps to save their state and then stopping them. This can sometimes be very frustrating (ishell basically being blank if one didn’t touch it for like 10 seconds), but is great for responsiveness, battery life and longevity.

Unfortunately this can be hardly retrofitted to other OSs since it requires cooperation from the apps.

Re: Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra

#429
post #220

Earlier quoted context omitted.

iOS has historically done a lot better with less RAM (as far as how snappy and responsive it feels) than Android. Dunno if that's still the case, but it very much was for years and years.

I believe it's still true. Apple's swift/obj c++ don't use garbage collection. Android default java/kitlin does, so android is inherently more memory intensive.

Ref counting is garbage collection. But it trades off better throughput for less memory overhead that is true.

Re: Apple’s 2½ year old iPhone 12 is 6% faster than the new Samsung Galaxy S23 Ultra

#430

Earlier quoted context omitted.

No that’s because your battery is old. Swap the battery and that “slow old phone” suddenly has the exact same speed as the current flagship

iOS does have a feature that throttles the CPU on deeply worn-down batteries to save battery life, however, after it got some publicity a few years ago they made it user-toggleable from the settings menu (Battery > Battery Health & Charging) My XS is currently at 74% of initial capacity (it tells you this too, which is really nice), and I don't even have the option to enable throttling yet, so it must not kick in unt…

That was only the case for a particular device afaik, that would otherwise just randomly reboot during usage (much worse then degraded performance).
Post reply on HN