|
listLimit is used to cut the reported entries to 100. This is not good! we miss *a lot* of completions due to that.
Without listLimit it is slow, but the reason for that is that initializeSelectors uses a SortedCollection with a very complex sort block.
Solution: use OrderedCollection, sort after the selectors is modified.
I have a prototype on my disk, will commit
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo7.0
|
Go to Case
|
|