Browse thread
[Caml-list] Module (re)construction cost
- Berke Durak
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Berke Durak <berke@a...> |
| Subject: | [Caml-list] Module (re)construction cost |
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