5 Oct
2017
5 Oct
'17
3:52 p.m.
Den 04-10-2017 kl. 01:30 skrev Ion Gaztañaga via Boost:
-------------------------- batch_deque -------------------------- 1) I like that deque_[const_]iterator is lightweight, I don’t know if iteration/access it’s more efficient than more traditional approaches. boost::container::deque iterators are really fat and should be improved to something similar to batch_deque iterator.
I guess the simplest would be to replace the end iterator with a function that computes it when needed (I think that can be done easily since you now the segment size at compile time). kind regards Thorsten