forked from eclipse-jdt/eclipse.jdt.core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[performance] faster TypeHierarchy eclipse-jdt#1779
Fixes "slow git pull while type hierarchy view is open" eclipse-jdt#1779 Use LinkedHashSet / HashSet to avoid linear search on contains(). Javadoc of ITypeHierarchy.getAllSubtypes(IType) states: return "in no particular order" tested by TypeHierarchyTests, TypeHierarchySerializationTests
- Loading branch information
1 parent
5afc63e
commit 59f6068
Showing
3 changed files
with
61 additions
and
246 deletions.
There are no files selected for viewing
152 changes: 0 additions & 152 deletions
152
org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/TypeVector.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.