
31 Jul
2008
31 Jul
'08
7:29 p.m.
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