Bug 99022 - [Viewers] ListViewer slightly slower on Linux than in 3.0
Summary: [Viewers] ListViewer slightly slower on Linux than in 3.0
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Boris Bokowski CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2005-06-08 14:12 EDT by Tod Creasey CLA
Modified: 2007-06-21 16:08 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2005-06-08 14:12:39 EDT
RC1

In the 3.1 Stream we switched from using individual calls to addItem to calling
setItems() on the List. On Windows this is considerably faster but on Linux the
difference is neglible.

As a result we have introduced a small performance regression that needs to be
addressed.
Comment 1 Billy Biggs CLA 2005-06-08 16:58:05 EDT
Which test should I be running to see the regression?
Comment 2 Tod Creasey CLA 2005-06-09 08:00:41 EDT
ListViewerRefreshTest. I am at a loss for what the issue is because setItems is
still slightly faster than the same number of calls to add() on Linux.
Comment 3 Boris Bokowski CLA 2007-06-21 16:08:11 EDT
Closing stale bugs. Please reopen if you think we should still look at this.