Boost logo

Boost Users :

Subject: Re: [Boost-users] [serialization] baffled by very long archive load time
From: strasser_at_[hidden]
Date: 2010-03-29 12:45:45


Zitat von Martin Weinberg <weinberg_at_[hidden]>:
> The system is Debian/GNU Linux

> Any thoughts
> on things to track down?

valgrind --tool=callgrind and kcachegrind. debian has both.

an hour for 30 mb must be the result of non-linear complexity. I guess
that the error must be somewhere in your serialize() code, since
Boost.Serialization is at most logarithmic to the number of tracked
pointers, and you've said there are very few. but even if there are, I
don't think 30 MB of tracked pointers would result in an hour.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net