This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] mt_allocator: spare mem & fix alignment problems
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Stefan Olsson <stefan at xapa dot se>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>,Benjamin Kosnik <bkoz at redhat dot com>
- Date: Fri, 26 Mar 2004 12:34:56 +0100
- Subject: Re: [Patch] mt_allocator: spare mem & fix alignment problems
- References: <40630DF2.7040507@suse.de> <4063F17B.3070802@xapa.se>
Stefan Olsson wrote:
This has been on my todolist as well. Nice work Paolo!
Thanks Stefan.
Overall, I like the project that you started and is a joy contributing
a bit to it.
Currently, the biggest problem is memory usage: in my test is some 2
times that of pool_allocator, in some (not-totally-pathological) cases
even 10 (!) times: container_benchmark.cc and insert.cc (for list, in
particular) are two good examples, respectively.
In my opinion, we need to fix that before proposing it for prime time.
Any idea is *much* appreciated!
Thanks,
Paolo.