[Haskell-cafe] Advice needed on best way to simulate an STL vector

Brian Hulley brianh at metamilk.com
Wed Apr 19 15:06:26 EDT 2006


Thanks. I might try this if I don't have any luck with finger trees (from 
Udo's post), or if they seem too heavy for the simple thing I'm planning to 
use them for (implementing the text buffer for an edit control which needs a 
mutable array of lines where each line contains a mutable array of character 
info). I don't need non-Int indices so your data type for Vector would be 
fine.

Best regards, Brian. 



More information about the Haskell-Cafe mailing list