Numworks Python Memory Leak?
|
05-23-2023, 05:06 PM
(This post was last modified: 05-24-2023 12:23 PM by toml_12953.)
Post: #1
|
|||
|
|||
Numworks Python Memory Leak?
The code below gets a lower score every time I run it on my Numworks N110 with OS 20.4.0
The code is converted from a C program at: https://www.thimet.de/CalcCollection/Cal...mance.html BTW, the formula he gives for the index is for one loop only. To get the numbers he shows in his results table, the formula is P=34 / T * LOOPS Code: from math import * Run 1 0.8809818999686783 Loops: 5000 Time: 6.045 seconds Index: 28122.42 Run 2 0.8809818999686783 Loops: 5000 Time: 7.154 seconds Index: 23762.93 Run 3 0.8809818999686783 Loops: 5000 Time: 7.520 seconds Index: 22606.38 etc. Tom L Cui bono? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Numworks Python Memory Leak? - toml_12953 - 05-23-2023 05:06 PM
RE: Numworks Python Memory Leak? - FLISZT - 05-23-2023, 07:40 PM
|
User(s) browsing this thread: 1 Guest(s)