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
For instance, I don't really like that Set's alterF always allocates the changed set (previously mentioned in #1169 (comment)). I would like to try changing it to the bitqueue approach from Map's alterF.
Check if we can improve/simplify some things.
For instance, I don't really like that
Set'salterFalways allocates the changed set (previously mentioned in #1169 (comment)). I would like to try changing it to the bitqueue approach from Map's alterF.