2 Mar
2009
2 Mar
'09
3:09 p.m.
On 2009-02-20, Raindog
Georg Sauthoff wrote: [..]
(I terminated the program). Profiling it, one can see, that ordered_malloc dominates the runtime (83 % after a few minutes).
Is this a known issue? Is the runtime of ordered_malloc in O(n), i.e. in O(c\cdot n), but the constant factor c is very huge?
Are you using Visual C++? You might have to disable its checked iterators if so.
No, I am using GCC 4.3.2 under Ubuntu. Best regards Georg Sauthoff