
26 Feb
2009
26 Feb
'09
11:23 a.m.
Ben.Lippmeier:
On 26/02/2009, at 9:27 PM, haskell@kudling.de wrote:
Currently i can only imagine to define a data type in order to use unboxed Ints instead of the accumulator tuple.
That would probably help a lot. It would also help to use two separate Double# parameters instead of the tuple.
data T = T !Double !Double should be enough.