Much faster ! I ran the same problem on the two calculators, and it took the HP 50g approximately 5 seconds to complete, whereas it was virtually instantaneous on the prime. As soon as I hit the Enter key on the Prime the answer appeared without any perceptible delay using my eyeball clock.
How much faster is the HP Prime than the HP 50g ?
|
|
« Next Oldest | Next Newest »
|
▼
11-09-2013, 05:30 PM
▼
11-10-2013, 11:20 AM
A brute-force un-optimized Ulam's Conjecture program (for counting how many iterations of the "3x+1 Algorithm" it takes for the input to reach 1) written in PPL runs 200 times faster on the Prime than an equivalent User RPL program on the HP 50g. This one data point is not a statistically significant sample (don't quote me saying that Prime is always 200 times faster than the 50g), but it's a good hint that Prime is WAAAAAY faster than the 50g. ▼
11-10-2013, 11:28 AM
That does mean the Prime can make WAAAYYY more errors in WAAAYYY less time than the HP-50G, doesn't it? d:-/ ▼
11-10-2013, 12:58 PM
Well... actually I'd say WAAAYYY more errors in the same time, or the same errors in WAAAYYY less time! ;)
11-10-2013, 01:17 PM
I just wrote this short program and it takes about 4 seconds to execute with loop=100000.
EXPORT Speed_Test(loop)
11-10-2013, 12:47 PM
How much faster does the prime go through batteries? ▼
11-10-2013, 12:53 PM
It depends on whether it is connected to an active USB port or the AC adapter. ;)
11-11-2013, 01:45 AM
I just discovered something interesting. The runtime varies dramatically between programs run directly from the Program Catalog and when run in Home from the User Program Functions Catalog. The problem took about 4 seconds to run from the Program Catalog, but 25 seconds to run in Home, or about 6 times longer. So, it would seem that programs with long runtimes are best executed directly from the Program Catalog to minimize runtimes. ▼
11-11-2013, 05:54 AM
Hi Michael, I try these and can't see any difference...
EXPORT SPEED(loop) Launch from program editor, from home command line or from toolbox/user...around : 3920 ms for loop=100000 ▼
11-11-2013, 09:37 AM
That is interesting because my benchmark is very similar to yours, but the results are very different.
EXPORT Speed_Test(loop) With loop=100000, I get the following results: Run from the command line in Home = {0 0 25,25241} to {0 0 12,13225} Run from Toolbox,User in Home = {0 0 24,25444} to {0 0 15,14923} Run from Program editor = {0 0 4,4192} Note that there is significant variation in the times and that the command line and toolbox user times are similar, but the Program editor time is much lower and similar to your result. Perhaps there is a difference between programs run in English and French.
Edited: 11 Nov 2013, 9:38 a.m. ▼
11-11-2013, 10:20 AM
An interesting thing just occurred. I was testing a program and the calculator froze up completely with no keyboard control and I was forced to do a hard reset with the button at the back of the calculator. When I ran the benchmark program again from the command line it was suddenly much faster with the initial result {0 0 3,3296}, which is the fastest time I've ever seen. I then ran it from the Program editor and got a nearly identical result of {0 0 3,3286}. So it would appear that if the times are varying a lot, then that's an alarm that something is wrong and the calculator should be reset to restore proper functionality.
11-11-2013, 06:36 AM
Sometimes my calc get slow. Can you confirm this ?
11-13-2013, 07:38 AM
Quote:Does your comparison include time taken to recover from crashes, resets, memory formatting etc.? Edit: not to mention waiting for a new one (two bricked Primes already reported). Edit 2: it seems that bricked Prime no.3 has just been reported. http://www.hpmuseum.org/cgi-sys/cgiwrap/hpmuseum/forum.cgi?read=255719#255719
Edited: 13 Nov 2013, 2:24 p.m. |