View Single Post
Old 08-16-2024, 11:39 PM   #44 (permalink)
Isaac Zachary
High Altitude Hybrid
 
Join Date: Dec 2020
Location: Gunnison, CO
Posts: 2,075

Avalon - '13 Toyota Avalon HV
90 day: 40.45 mpg (US)

Prius - '06 Toyota Prius
Thanks: 1,128
Thanked 581 Times in 462 Posts
Quote:
Originally Posted by y2kbug View Post
Is a raspberry pi faster than my computer yet? im still using a inspiron 530 core2duo 2.40Ghz Win 10 64 that won't accept more than 3200mb of ram.
Core Duo:2.4Ghz, 2 cores, up to 3.2GB RAM (slower)
Pi 5: 2.4Ghz, 4 cores, up to 8 GB RAM (faster)

However, that only applies if the apps are native. Core Duo is x86 but Raspberry Pi is ARM, so if you take an x86 app and try it on both it has a very good chance of being faster on the Core Duo since it has to be emulated on the Pi. But if you have two apps that do the exact same thing, except one is written for x86 and the other is written for ARM, then the ARM version on the Pi 5 would be faster than the x86 version of the same app on the Core Duo.

So in other words, on paper the Pi 5 is faster. But in reality it really depends on your apps.
__________________
  Reply With Quote
The Following User Says Thank You to Isaac Zachary For This Useful Post:
y2kbug (08-16-2024)