On Wed, Feb 20, 2013 at 3:05 PM, Staffan Tylen <staffan.ty...@gmail.com>wrote:

>
> There is an example program:
>>
>> samples\oodialog\examples\addManyRows.rex
>>
>>
> I'm curious about this program and why the rexxSort takes so long time,
> 5,000 rows take 120 seconds to sort. I just tested the app that I'm working
> on using a listview of 34,000+ rows and it takes about 6 seconds to sort
> using
>
> listView~sortItems(sortListView, sortParms)
>
> The sortListView method is essentially the same as in this sample program,
> but includes custom sort logic so it should in principle be slower. Any
> idea?
>


Hmm, that's interesting.  I had assume that it was because during the sort,
the native code had to call back into the interpreter so often, so quickly.

Could I see your sortListView method?  Also what are you using for the user
data items for the list-view items?

--
Mark Miesfeld
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to