[Bug libstdc++/28587] vector<bool> is extremely slow (900x slower than it should be)
pcarlini at suse dot de
gcc-bugzilla@gcc.gnu.org
Fri Aug 4 00:19:00 GMT 2006
------- Comment #9 from pcarlini at suse dot de 2006-08-04 00:19 -------
(In reply to comment #8)
> | (In reply to comment #6)
> | > some committee members dislike vector<bool> for various reasons; but
> | > I don't see a chance it is going to change.
> |
> | Really?
>
> well, that is my opinion. To me, the deprecation is pointless and
> ineffective. It would need a huge lobbying.
I see. As I said, maybe fixing this specific issue is not that difficult: the
plan would be adding an optimized overload of std::fill for _Bit_iterator,
similarly to what I did for _Deque_iterator. Ah, by the way, we have got
libstdc++/16611 too, let's make progress on both, then.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28587
More information about the Gcc-bugs
mailing list