Free cookie consent management tool by TermsFeed Policy Generator

Opened 11 years ago

Closed 11 years ago

#2022 closed enhancement (rejected)

Updating items in ItemListView is rather slow

Reported by: sforsten Owned by: sforsten
Priority: medium Milestone:
Component: Core.Views Version:
Keywords: Cc:

Description

Even if just a series of IntValues are incremented, the ItemListView takes rather long to update.

One reason might be that the ItemName attribute has to be retrieved via reflection every time an item has to be updated.

Change History (4)

comment:1 Changed 11 years ago by sforsten

  • Status changed from new to accepted
  • Version changed from 3.3.7 to branch

r9309: created branch
r9310: branch project Core.Views
r9311: branch project Core

comment:2 Changed 11 years ago by sforsten

r9314:

  • the properties of Item are cached
  • added solution file and build commands

ItemListView is still rather slow. It seems that it has to handle to many events in a short time.

comment:3 Changed 11 years ago by mkommend

  • Milestone HeuristicLab 3.3.x Backlog deleted
  • Version branch deleted

r9832: Deleted branch for improving ItemListViews.

comment:4 Changed 11 years ago by mkommend

  • Resolution set to rejected
  • Status changed from accepted to closed

IMHO this is not an real issue. If this hampers anyone a new ticket with a better title and description should be opened.

Note: See TracTickets for help on using tickets.