TI-84 Plus CE Python Benchmarking
|
08-26-2021, 02:28 PM
(This post was last modified: 09-15-2021 07:47 AM by toml_12953.)
Post: #1
|
|||
|
|||
TI-84 Plus CE Python Benchmarking
I just got a new TI-84 Plus CE Python calculator and, of course, I wanted to put it through its paces. My first benchmark is the green hat program I use for all new graphics devices. The source is shown below. It was very disappointing! It took over 40 minutes to run. HP Prime runs it in about 0.9 seconds!
Well, OK. This isn't a graphics speed demon. Now I tested the math capabilities. Wow! it scored a Performance Index of 7149.42 on the benchmark from Calculator Performance Index This is near the bottom of the table (lower is better). The Prime still beats it but not by too much compared to the graphics demo. I used the C version converted to Python. The source is also below. Green Hat: Code: from math import * Benchmark: Code: from math import * Tom L Cui bono? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
TI-84 Plus CE Python Benchmarking - toml_12953 - 08-26-2021 02:28 PM
RE: TI-84 Plus CE Python Benchmarking - Xorand - 08-27-2021, 03:13 PM
RE: TI-84 Plus CE Python Benchmarking - Dave Britten - 08-27-2021, 05:43 PM
RE: TI-84 Plus CE Python Benchmarking - Xorand - 08-30-2021, 02:09 PM
RE: TI-84 Plus CE Python Benchmarking - Dave Britten - 08-30-2021, 03:22 PM
RE: TI-84 Plus CE Python Benchmarking - toml_12953 - 08-27-2021, 07:38 PM
RE: TI-84 Plus CE Python Benchmarking - toml_12953 - 08-27-2021, 11:16 PM
RE: TI-84 Plus CE Python Benchmarking - robve - 08-28-2021, 01:49 AM
|
User(s) browsing this thread: 1 Guest(s)