Slow LC 9 Performance - Test Stack, Video, QA Report

Curry Kenworthy curry at pair.com
Thu Sep 6 00:10:03 EDT 2018


Richard:

 > Is that an actual test from the stack?

The stack had (essentially) this:

repeat with i=1 to 1234567
   add sqrt(i) to n
end repeat

(LC 9 is 2.8 times slower.)

So my latest experiment removed the inside line:

repeat with i=1 to 1234567
end repeat

(LC 9 is 2.8 times slower, again.)

Have a go? It's all there to see and test!

http://curryk.com/showdown.zip

Best wishes,

Curry K.





More information about the use-livecode mailing list