Modify ↓
#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 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 14 years ago by
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)
Note: See
TracTickets for help on using
tickets.
Search has been reworked in r2645. Does this issue still exist?