|
From: Luigi B. <lui...@gm...> - 2009-11-16 09:07:06
|
On Fri, 2009-11-13 at 21:52 +0100, Klaus Spanderen wrote: > I'm using deque<bool> as a drop-in replacement for vector<bool> because > deque<bool> is usually faster than vector<bool> (but needs more memory). deque looks good. Mark, would you try it out and see whether you get the same speed improvement as valarray? Luigi -- I have yet to see any problem, however complicated, which, when you looked at it in the right way, did not become still more complicated. -- Poul Anderson |