[Haskell-cafe] Collections

Bulat Ziganshin bulat.ziganshin at gmail.com
Wed Jun 20 14:25:18 EDT 2007


Hello Chaddai,

Wednesday, June 20, 2007, 3:14:54 PM, you wrote:

> Well lists are really useful, but I don't think all Haskell
> programmers are like you, in fact I think only the enthusiast newbies
> (like.. you maybe ?) only use lists without asking themselves if there
> is not a data structure better suited to their problem.

in most cases there are just so little amount of data to process that
lists are more than enough. in my 8 KLOC program, i have several uses
of hashtables and one of arrays, the rest implemented via lists


-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list