I need to represent a set and I'm starting to work with Data.Set. I see that there's nothing to do really - singleton, union, intersection, etc. are all just there. I like it. I can express "what", not "how". But my inner C programmer is uncomfortable. There are many ways to implement a set (binary tree, hash, boolean array, etc.) Can I really trust Data.Set to choose the best one? Can I guide it in some way, or do I just surrender to its (I admit, probably superior) judgement?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
|||||||||
|
|
The general Both implementations have been honed through years of competition to get the best performance possible with Haskell. Surrender Dorothy! |
|||||||
|