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