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

Joel Reymont joelr1 at gmail.com
Tue Dec 20 21:39:43 EST 2005


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/







More information about the Haskell-Cafe mailing list