[Haskell-cafe] Re: OCaml list sees abysmal Language Shootout results

MR K P SCHUPKE k.schupke at imperial.ac.uk
Thu Oct 7 14:23:44 EDT 2004


I thought that you could use chained buffers to implement the lazy
lists, that way the top level interface would still be simple.

Also there should be an easy graph-rewrite operation that turns
your 3 sequential operations (in the wc example) into 3 parallel
ones... 

put these two together in the compiler and the simple coding
should perform near to the complex form.

Keean.


More information about the Haskell-Cafe mailing list