[WISH] Loop conversion to Java

Informatix

Expert
Licensed User
Longtime User
@Erel
I noticed while doing tests with the OpenGL library that the loops are very slow in comparison to their equivalent in Java (translated manually). They are ten times slower. You can read my findings here. In my test, the Java code runs at 60fps, the B4A version at 18fps. :(
Why do you convert everything to double? Why don't you stay with the original type of variables?
EDIT: I forgot the main question : Do you think you can improve the loop speed?
 
Last edited:
Top