You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ObjectIndex: only resolve relevant pending objects
If a pending object will not be of a type compatible with the
requested type, then skip resolution of that pending object.
This improves performance of the get(Class) and getAll() methods in
cases where there are a large number of pending objects in the index.
It also helps to eliminate difficulties like those in issue #90.
0 commit comments