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