|
Boost Users : |
From: Keith Rollin (yg-boost-users_at_[hidden])
Date: 2003-04-24 17:10:17
"Joe Mariadassou" <joemar_at_[hidden]> wrote in message
news:000001c30a2e$88bc21b0$7300a8c0_at_vcisjoemar...
> Does boost or any other open source have an implementation of a bounded
> circular buffer? My search in boost and google yielded naught.
> The main purpose of this container is to pipeline messages in a typical
> producer-consumer scenario. I was surprised not to find any
> implementation.
I just use a std::deque, trimming items if the container gets too big.
-- Keith
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net