"Simon Marlow" <[EMAIL PROTECTED]> writes:
> On 09 November 2004 17:04, Duncan Coutts wrote:
>
> >> Are you using BinMem, or BinIO?
> >
> > BinIO
>
> Aaaaah. BinIO is going to be a lot slower than BinMem, because it does
> an hPutChar for each character, whereas BinMem just writes into an
> array. I never really optimised the BinIO path, because we use BinMem
> exclusively in GHC.
Is there a method in your Binary library to freeze a BinMem into a file
all in one go? The original nhc98 Binary library allows this (`copyBin').
Regards,
Malcolm
_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users