Browse thread
[Caml-list] Ocaml efficiency
- Vincent Barichard
[
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: | Vincent Barichard <barichar@i...> |
| Subject: | [Caml-list] Ocaml efficiency |
Hi, I've made a caml algorithm for solving some combinatorial problems. I've made a little user interface with camltk in order to launch many times the solving procedure. I ran it, and I clicked on the start button one time, the computing time was about 30s. When I clicked a second time, the computing time exceeded 60s !! The programm doesn't store in any data structure the results of the run, and all the variables values remain the same as before the run. The outputs of the two runs are identical, just the running time is different. I guessed that it was a problem about memory management, garbage collector, so I tried Gc.full_major and Gc.compact, but it didn't work. Is anyone has any ideas or suggestions to help me ? Thanks, Vincent Vincent Barichard Métaheuristiques et Optimisation Combinatoire Faculté des Sciences d'Angers Tel : 02 41 73 52 06 ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners