[Haskell-cafe] Re: StringMap

jean-philippe bernardy jeanphilippe.bernardy at gmail.com
Sun Dec 25 05:50:33 EST 2005


Christian Maeder <maeder <at> tzi.de> writes:

> 
> Hi,
> 
> could I ask you for efficient StringMap implementations, i.e. based on 
> tries or hash keys? It's mainly for the sake of interest. In the (not 
> too distant) future I'd like to see a library module Data.MapString 
> along the lines of Data.Map and Data.IntMap.
> 
> So it would be nice (but no requirement) if your implementation could be 
> easily compared to (or exchanged with) the "Data.Map String" instance. 
> (I also still lack a comparison and correctness test infrastructure.)

The correctness test infrastructure should be in fptools by next week or so. The
comparison (I guess you mean performance comparison) should follow shortly.



Cheers,
JP.





More information about the Haskell-Cafe mailing list