Hello
 
I'm wondering if anyone ever benchmarked marshalling in Haskell/GHC. No matter how much I optimize my Haskell code my program still seems to run slow, which leads me to beleive that Marshalling is painfully slow.
 
Does anyone know a way I can test this and fix it?
 
Regards,
Phyx