caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Array copying in OCaml
@ 2008-07-24 16:31 Raj Bandyopadhyay
  2008-07-24 16:37 ` [Caml-list] " Dr. Thomas Fischbacher
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Raj Bandyopadhyay @ 2008-07-24 16:31 UTC (permalink / raw)
  To: caml-list

Hi

I have an application which copies a lot of (small) OCaml arrays using 
the Array library (Array.sub and Array.blit) functions. This is turning 
out to be extremely expensive.

Is there any general way/trick to reduce the cost of this kind of 
operation? I haven't found a way not to copy as much, because the 
program semantics seems to demand it.

Thanks
Raj


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-07-29  9:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-24 16:31 Array copying in OCaml Raj Bandyopadhyay
2008-07-24 16:37 ` [Caml-list] " Dr. Thomas Fischbacher
2008-07-24 17:25 ` Christophe TROESTLER
2008-07-24 19:46 ` Adrien
2008-07-28  2:03   ` Raj Bandyopadhyay
2008-07-28  7:52     ` Richard Jones
2008-07-28 17:34   ` Raj Bandyopadhyay
2008-07-28 21:11     ` Richard Jones
2008-07-29  9:37     ` Michel Mauny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).