Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#4164 closed defect (fixed)

Searching for type:node blocked by system many minutes

Reported by: stoecker Owned by: team
Priority: major Milestone:
Component: Core Version:
Keywords: Cc:

Description

The subject says all.Such an easy task cannot block the system extremely long. We have a serious issue probably in selection handling.

Attachments (0)

Change History (3)

comment:1 by mjulius, 15 years ago

Search has been reworked in r2645. Does this issue still exist?

comment:2 by jttt, 15 years ago

Resolution: fixed
Status: newclosed

(In [2790]) Fixed #4164 Searching for type:node blocked by system many minutes

comment:3 by jttt, 15 years ago

Problem was that ArrayList.remove() was called for every primitive. The list became quite big (because there are lots of nodes in dataset). Replacing ArrayList with HashSet reduced time from 357084ms to 316ms (tested on Iceland)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.