caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Module (re)construction cost
@ 2001-07-22  8:18 Berke Durak
  2001-07-27 13:25 ` Xavier Leroy
  0 siblings, 1 reply; 4+ messages in thread
From: Berke Durak @ 2001-07-22  8:18 UTC (permalink / raw)
  To: caml-list

Does building a functorized module cost anything at all ? I have a
program with a lot of high-level modules that depend on a small set of
interdependent modules parametrized by one common module. Should the
high-level modules get the (already-built) core modules as
``parameters'' from the main module, or should they reconstruct them
by getting only the common module from their parent ? i.e. does functor
application cost anything (time ? memory ?).
--
Berke
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


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

end of thread, other threads:[~2001-07-27 17:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-22  8:18 [Caml-list] Module (re)construction cost Berke Durak
2001-07-27 13:25 ` Xavier Leroy
2001-07-27 14:09   ` Markus Mottl
2001-07-27 17:51     ` William Chesters

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).