This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [libstdc++ PATCH/RFC] Aggressive space optimization for std::vector


Doug Gregor <dgregor@apple.com> writes:

|                     I don't know, but I do know we can do a pretty
| good job at the library level, and we can have it now on all platforms.

I'm not convinced this is an absolute win.  Thta is a tradeoff.
You're optimizing for space at the library level.  It is important to
know the effect on speed.  Optimizing for space tends to have a
negative effect on speed. 

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]