Zed(Zijun) Chen
Zed(Zijun) Chen
hmm, interesting, I'll try to have a look when I got time.
Oh, I got what the "weight" is for. It tries to update the "set" with less nodes in it? But the whole thing still doesn't make sense to me.
PR #26 replace the current `aliasMap` with a naive imeplementation and I thought about what to do next. In my opinion, I don't think we should use union find. Note...
> Is **Remove one point** a required function in our case? It is required, removing dead variables from the alias map is necessary. Consider the following code: ``` pub type...