12 Aug 2002 11:33:41 +0100, Alastair Reid <[EMAIL PROTECTED]> pisze:

> (In the image processing example, images were megabytes and an
> expression like (x + (y * mask)) would generate 2 intermediate images
> (several megabytes) while doing just 2 reductions in Haskell.)

OCaml allows the programmer to specify an approximate amount of
foreign memory in its wrapped C pointers. Maybe it's a good idea?

-- 
  __("<      Marcin Kowalczyk
  \__/     [EMAIL PROTECTED]
   ^^    http://qrnik.knm.org.pl/~qrczak/

_______________________________________________
FFI mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/ffi

Reply via email to