Allow Data.HashTable construction with user-supplied size
author <unknown> <>
Thu, 22 Jul 2010 21:07:26 +0000 (21:07 +0000)
committer <unknown> <>
Thu, 22 Jul 2010 21:07:26 +0000 (21:07 +0000)
commit34f2d1b3a8e85e5310f78a84e189f98729af28c9
tree2aeb6bb0dbbf4953d71fa92b327d27ed8e871888
parent3efe74f3acd0dff20d078b6e8416664193b219d4
Allow Data.HashTable construction with user-supplied size

This avoids some resizing for users who know they will be inserting a
lot of data.

http://hackage.haskell.org/trac/ghc/ticket/4193
Data/HashTable.hs