Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Speed improvents to Grid

Hi all,
using the tool jvisualvm, i found the bottleneck. This is the method Grid.getIndexOfItem. It calls the indexOf method of the collection items which have low performance in the collections of large amounts objects. Avoiding this method, there was a significant increase in performance.
Happy Easter to all.
Mirko

Il Domenica 20 Aprile 2014 12:43, Wim Jongman <wim.jongman@xxxxxxxxx> ha scritto:
Hi,

Mirko has solved bug 385300 [1]. The Grid widget can now easily handle a million rows with a thousand columns each.

Thanks Mirko.

Cheers,

Wim

_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/nebula-dev



Back to the top