8-Queens Benchmark
|
08-25-2024, 02:53 PM
(This post was last modified: 08-26-2024 05:34 AM by Hlib.)
Post: #35
|
|||
|
|||
RE: 8-Queens Benchmark
I have checked the implementation of 8-queens benchmark algorithm in some calculators. In Hewlett Packard models, everything was done quite successfully. In CASIO and in Texas Instruments models, this leaves much to be desired. To apply the most effective implementation of the algorithm, it is necessary to take into account the features of each specific calculator model. Otherwise, we will not be able to get objective results in the test.
Here is a more suitable test program for TI-83+/83+SE/84+/84+ SE: Code:
t=130_s (2:10) vs 161_s (2:41) TI-83+, increase in speed +19%. t=62_s (1:02) vs 68_s (1:08) TI-84+/84+SE, OS 2.55MP Classic mode, +9%. t=51_s vs 62_s (current benchmark) TI-83+SE, +18%. Since the performance in TI calculators is directly proportional to the size of free RAM, the test was performed under favourable conditions. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)