Thursday, January 24, 2013

TI-8x Speed Test - A slowdown for the TI-84+?

Here is a speed test between newer and older Texas Instruments calculators. Please keep in mind this is one way to compare speeds. I ran the program on each calculator listed twice. The test is to see how fast the calculator "counted" to 2013.

Appropriately, the test program is named TEST2013.

TEST2013:*

0 →A
ClrHome
Lbl 1
Output(1,1,A)
IS>(A,2013)
Goto 1

*The TI-81 does not have an Output command, so Disp A was used instead.


I will start with the oldest (made) calculator.

TI-81: 52.70 sec, 52.36 sec

TI-82: 38.73 sec, 38.78 sec

TI-83+ Silver Edition, Operating System 1.14:
17.92 sec, 17.96 sec

TI-85: 47.91 sec, 47.43 sec

TI-84+, Operating System 2.55MP, MathPrint Mode On:
1 min 20.03 sec, 1 min 19.91 sec
(yes, this is shocking)

TI-84+ Silver Edition running on a TI nSpire via TI-84+ Keypad, Operating System 2.54MP, MathPrint On:
46.93 sec, 46.15 sec
(a second faster than the TI-85)

I don't know why the tests ran slower on the 84+s. At first, guessed that it is that the MP 2 is more complex than MP 1 and requires a great deal of RAM to operate. If I recall correctly, almost all the TI-8x series run on a Zilog Z80 chip.

A post written in 2010 from ticalc.org stated that there have been reports that programs run slower on the TI-84+ with operating system 2.53MP (or greater). Kevin Ouellet responded that the slow down issue is resolved if MathPrint is turned off.

Source: TI-OS 2.53 Released for the TI-84+ Family, 2/15/2010, written by Nikky. Retrieved 1/23/2013.

Let's put that to the test. If you don't know, on the TI-84+, you can turn MathPrint on and off by pressing the MODE key, scroll up or down to the second page. Choose CLASSIC. In classic mode, the F1, F2, and F4 shortcut menus are still available, except all input is linear.

Running these tests yields these results:

TI-84+, Operating System 2.55MP, MathPrint Off (CLASSIC):
27.02 sec, 27.00 sec

TI-84+ Silver Edition running on a TI nSpire via TI-84+ Keypad, Operating System 2.54MP, MathPrint Off (CLASSIC):
31.03 sec, 31.00 sec

A significant difference for the TI-84+. To compare: 1 minute 20 seconds with MathPrint On, only 27 seconds with it off.

The motto of the story is, if you have a TI-84+ and want to run a program, consider turning MathPrint off, and set it in CLASSIC mode instead.

I am curious to see if TI addressed this issue with the new TI-84+ C Silver Edition coming out this Spring.

Next time, I will post speed times for a handful of Casio calculators.

This blog is property of Edward Shore. 2013


  Casio fx-7000G vs Casio fx-CG 50: A Comparison of Generating Statistical Graphs Today’s blog entry is a comparison of how a hist...