Numworks Calculator Comparison
|
09-12-2023, 04:19 AM
(This post was last modified: 09-20-2023 11:37 AM by toml_12953.)
Post: #1
|
|||
|
|||
Numworks Calculator Comparison
Here's a comparison of the three Numworks models and one TI model. Note that the N0110 is slightly slower than the N0100 but the N0120 is clearly faster than either one of them.
All the benchmarks except Thimet come from this page: http://www.wiki4hp.com/doku.php?id=start&do=index Thimet comes from this page: https://www.thimet.de/CalcCollection/Cal...mance.html For the Addloop benchmark, I found that, once a program is interrupted, you can't print the values of its variables. Thus, I had to find a way to automatically stop the program after one minute. I tried to do this but increase the number of calculations as little as possible. After all this benchmark is just supposed to show a single increment operation with no other ops. If anyone has a less impactful way of doing this, I'd certainly like to know about it! Here are the results: https://www.dropbox.com/scl/fi/o04ytqvw3...ljmz&raw=1 Here are the programs used: Addloop: Code: from time import * Fourops: Code: from math import * Nqueens: Code: from time import * Savage: Code: from math import * Extended Savage: Code: from math import * Summation: Code: from math import * Thimet: Code: from math import * Naive Primes: Code: from time import * Tom L Cui bono? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Numworks Calculator Comparison - toml_12953 - 09-12-2023 04:19 AM
RE: Numworks Calculator Comparison - xerxes - 09-13-2023, 12:14 AM
RE: Numworks Calculator Comparison - toml_12953 - 09-13-2023, 04:43 AM
RE: Numworks Calculator Comparison - toml_12953 - 09-15-2023, 11:02 AM
RE: Numworks Calculator Comparison - xerxes - 09-16-2023, 03:04 AM
RE: Numworks Calculator Comparison - Csaba Tizedes - 09-22-2023, 06:40 AM
RE: Numworks Calculator Comparison - toml_12953 - 09-22-2023, 07:26 PM
RE: Numworks Calculator Comparison - Csaba Tizedes - 09-23-2023, 05:10 PM
RE: Numworks Calculator Comparison - Guenter Schink - 09-23-2023, 08:41 PM
RE: Numworks Calculator Comparison - toml_12953 - 09-24-2023, 01:57 PM
RE: Numworks Calculator Comparison - Guenter Schink - 09-24-2023, 07:22 PM
RE: Numworks Calculator Comparison - rprosperi - 09-24-2023, 07:53 PM
RE: Numworks Calculator Comparison - Guenter Schink - 09-24-2023, 08:03 PM
|
User(s) browsing this thread: 1 Guest(s)