On Mon, May 23, 2011 at 1:31 PM, Sebastian Fischer <fischer@nii.ac.jp> wrote:Not really, it adds two words worth of overhead and one extra indirection.
> Would it be efficient to define a
> type Data.IntMap.Strict.IntMap with strict fields (also for values) and then
> define Data.IntMap.Lazy in terms of this implementation and a wrapper type?