
11 Feb
2010
11 Feb
'10
10:07 p.m.
On Thursday 11 February 2010 9:57:40 pm Roman Leshchinskiy wrote:
Oh no, it hasn't. In contrast to uvector/DPH, which use a custom strict tuple type for rather outdated reasons, vector uses normal tuples. For instance, Data.Vector.Unboxed.Vector (a,b,c) is internally represented as a triple of unboxed vectors of a, b and c. In general, vector supports 4 kinds of arrays at the moment:
Ah, all right. I was looking at the (0.4.2) documentation on hackage, which doesn't mention Data.Vector.Unboxed. Never mind about that bit, then. -- Dan