Browse thread
Re: [Caml-list] New to OCaml: can someone explain how this code can be done better?
- Jeremy Fincher
[
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: | Jeremy Fincher <tweedgeezer@h...> |
| Subject: | Re: [Caml-list] New to OCaml: can someone explain how this code can be done better? |
>The function permute_rec is an implementation detail. >So you scope it _inside_ the permute function I was worried this would incur a slow down (in Python, nested function objects are instantiated when a function is called and destroyed when it exits; the code object isn't destroyed, but there still is the additional overhead of creating a function object from it.) I assume now, since it's a feature so widely used (I see it anytime I look at others' OCaml code) that it doesn't. Thanks for pointing that out. Jeremy _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com ------------------- 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