nikita-volkov / stm-containers

Containers for STM
http://hackage.haskell.org/package/stm-containers
MIT License
66 stars 13 forks source link

Add Set.size #9

Closed mitchellwrosen closed 8 years ago

nikita-volkov commented 8 years ago

It's possible to do the size measurement more efficiently by traversing HAMT. Would be best to update that instead.

nikita-volkov commented 8 years ago

The new version of the library now contains a more efficient implementation of this.

mitchellwrosen commented 8 years ago

Thanks!