bytestring vs polymorphic contiguous lists Re: [Haskell-cafe] Re:
Using loop fusion for writing efficenthigh-level code
Re[2]:[Haskell] [Fwd: Re: Computer Language Shootout]
Claus Reinke
claus.reinke at talk21.com
Wed Feb 28 19:22:45 EST 2007
>The main example of course is ByteString fusion as presented in our recent paper:
>http://www.cse.unsw.edu.au/~dons/papers/CSL06.html
btw, why did you restrict yourself to improving [Char], rather than [a]?
naively, it would seem to me that most of the framework should work
just as well for the general case, with some additional improvements
through specialising a to Char. and if that is the case, it hurts to think
that there is a nice framework out there that i can't use unless my a is Char.
claus
More information about the Haskell-Cafe
mailing list