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
Looking at the code of CleverDict, set is simply eachindex(vector) isn't it ?
I thought that when an index was deleted, set was updated but it seems we switch to Dict instead so we should either remove this set vector or decide to stay dense when an element is deleted.