View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003179 | .NET API | Performance Problem | public | 2015-09-30 11:23 | 2015-09-30 11:23 |
Reporter | Antti Pirilä | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | PC | OS | Windows | OS Version | 8.1 |
Summary | 0003179: Bad performance of RemoveItems | ||||
Description | The performance of RemoveItems method was bad due to O(n^2) algorith used. The RemoveItems looped the subscribed items once for each removed item. I have subscribed something like 10 000 items and removing them required several seconds of CPU time. Here is a new fixed method:
| ||||
Steps To Reproduce | Subscribe 10 000 items and remove all of them. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-09-30 11:23 | Antti Pirilä | New Issue |