[Haskell-cafe] Killer pickler combinators (was Time leak)

Cale Gibbard cgibbard at gmail.com
Tue Dec 20 21:41:56 EST 2005


Using forkOS with -threaded seems to work, at least on linux and openbsd.

 - Cale

On 20/12/05, Joel Reymont <joelr1 at gmail.com> wrote:
> The original paper is at http://research.microsoft.com/ ~akenn/fun/
> picklercombinators.pdf
>
> My adaptation is at http://wagerlabs.com/timeleak.tgz. This is a full
> repro case, data included.
>
> The issue is that with 1000 threads my serialization is taking a few
> seconds.
>
> Inserting a delay or passing in trace (see README and code) gets
> serialization time down to 0-1s, the way it should be.
>
> What gives? Try it for yourself and please let me know!
>
>         Thanks, Joel
>
> --
> http://wagerlabs.com/
>
>
>
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>


More information about the Haskell-Cafe mailing list