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.
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.
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.