iOS Question B4I performance

GiulioVale

Active Member
Licensed User
Longtime User
How is possible that debug app is more fast then release app ?
In my project there are Custolistview and Sql and I find that app in debug mode is more fast than in release mode.
 

drponciano

Member
Licensed User
Longtime User
Hello Erel: I changed everything to use only unidimensional arrays. It’s working now in Release Mode but, still, I find it slow during Debug. I hope you make those improvements in 2d arrays and/or floating point arithmetic. Wish this comment helps.
 
Last edited:
Upvote 0

drponciano

Member
Licensed User
Longtime User
Erel: I tried the performance test with version 1.5 and it works perfectly even from a debug session. You solved the 2d array problem. Good job!!!!! Thanks.
 
Upvote 0
Top