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.



_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to