
25 Dec
2005
25 Dec
'05
5:50 a.m.
Christian Maeder
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.