Jan-Willem Maessen's improved implementation of Data.HashTable
authorSimon Marlow <simonmar@microsoft.com>
Fri, 11 Aug 2006 15:10:24 +0000 (15:10 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 11 Aug 2006 15:10:24 +0000 (15:10 +0000)
commit72644e03baba0236a7dd6598c1b0c066c538b583
tree4cb4adab2a63c47820ed6bbf4e54add19f9ce931
parent09b9f955bd163776ec5e7f56f9302f55ca1f378c
Jan-Willem Maessen's improved implementation of Data.HashTable
Rather than incrementally enlarging the hash table, this version
just does it in one go when the table gets too full.
Data/HashTable.hs