benjamin-rdm

Results 2 comments of benjamin-rdm

> To accomplish that, you need to increase the size of each node. I don't think this would necessarily be the case. There is a [similar PR](https://github.com/haskell-unordered-containers/unordered-containers/pull/170/files) in unordered-containers for...

Maybe one could add a type `IntMapSized` which is just an alias to `IntMap` but with the sized stored at a top level. At least from my point of view,...