Free cookie consent management tool by TermsFeed Policy Generator

Opened 12 years ago

Last modified 8 years ago

#1719 new enhancement

Change the ListView in the RunCollectionView to VirtualMode

Reported by: abeham Owned by: swagner
Priority: medium Milestone: HeuristicLab 4.0
Component: Optimization.Views Version: 3.3.5
Keywords: Cc:

Description (last modified by abeham)

The run collection is among those collections that can contain a very large number of items. Changing the ListView that holds these runs to VirtualMode would be better for the overall performance of the view.

Change History (5)

comment:1 Changed 12 years ago by abeham

  • Description modified (diff)

comment:2 Changed 12 years ago by abeham

I briefly looked at this ticket. It would however not be feasible to do it with the current RunCollection - we should derive it from ItemList<IRun> instead of ItemCollection<IRun>. Collections don't support access by index and I believe don't guarantee a certain order. VirtualMode requires that each element is accessible through a given index.

comment:3 Changed 12 years ago by swagner

  • Milestone changed from HeuristicLab 3.3.7 to HeuristicLab 3.3.8

comment:4 Changed 11 years ago by abeham

  • Milestone changed from HeuristicLab 3.3.8 to HeuristicLab 3.4.x Backlog

comment:5 Changed 8 years ago by abeham

  • Milestone changed from HeuristicLab 3.4.x Backlog to HeuristicLab 4.0.x Backlog
Note: See TracTickets for help on using tickets.