[Haskell-cafe] array fusion interface

Henning Thielemann lemming at henning-thielemann.de
Thu Jul 31 19:29:49 EDT 2008


On Tue, 22 Jul 2008, Evan Laforge wrote:

> With all the noise lately about high performance array libraries with
> list-like interfaces, such as bytestring, storablevector, uvector, and
> vector, I thought I would try to make use of one in a project of mine,
> and I'm either bumping up against the limits of its expressiveness, or
> am missing out on how to express my problem.
>
> I have streams of samples with irregular sampling rates, so they look
> like [(Time, SampleVal)].  In practice, this means [(Double, Double)].

Maybe I have already mentioned my eventlist package on Hackage which
supports such resampling operations - but is based on lists.
   http://hackage.haskell.org/cgi-bin/hackage-scripts/package/event-list


More information about the Haskell-Cafe mailing list