micropython-lib/pystone_lowmem
Paul Sokolovsky f6937ebb47 pystone_lowmem: Work arrays of size 25 instead of 51.
There're 2 arrays - one dimensional of 25 elements, and 2-dimensional
of 25x25 elements. Number of iterations stays the same, it's just
consecutive iterations may access the same array elements. So, while
the result of calculations may differ, the timing should stay about the
same (well, lowmem version will be a bit slower, as array index division
by 2 is used in several places).
2016-02-15 12:17:21 +02:00
..
pystone_lowmem.py pystone_lowmem: Work arrays of size 25 instead of 51. 2016-02-15 12:17:21 +02:00