[
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: | Oliver Bandel <oliver@f...> |
| Subject: | Re: [Caml-list] Performance-question |
Zitat von Jon Harrop <jon@ffconsultancy.com>: > On Tuesday 05 February 2008 13:33:53 Oliver Bandel wrote: > > For me it looks like a lot of GC-actions, but I'm not sure in that > > point. What do you think is slowing down here, and how to avoid > > this behaviour? > > You need to run a memory profiler on your code to work out where it > is > allocating all of that data. [...] Oh, I hope I can solve that problem otherwise. I have some suspicious functions... ...possibly I should now switch to better datastructures/algorithms. I hope I can solve it this way. But thanks for your hint. Ciao, Oliver