[Haskell-beginners] associative arrays

Adrien Haxaire adrien at haxaire.org
Tue Aug 28 14:29:16 CEST 2012


 On Sat, 25 Aug 2012 09:11:30 -0600, Nick Vanderweit wrote:
> I'd still recommend Data.Map, since it's a much more efficient data
> structure
> for the task.

 They are implemented as a tree, which is fine as long as you do not 
 want/need duplicates in your association list.

 They are also well documented and the extensive API will do most of 
 what you'll need. I use them a lot.


-- 
 Adrien Haxaire
 www.adrienhaxaire.org | @adrienhaxaire



More information about the Beginners mailing list