Sean Harmer said: > Hi, > > I would like to introduce a new generic container class to Qt, > QCircularBuffer. This email is to see if there are any objections to doing so. > > This class is similar to QVector but it provides circular semantics. For > example, appending to an already full circular buffer will overwrite the > oldest item i.e. it forms a kind of LRU cache. The API is essentially a > Qt'ified version of the boost::circular_buffer [1] API so hopefully people > will find it simple to use. >
Hi, Any comments on how QCircularBuffer compares to the existing QContiguousCache[1] ? [1] http://doc.qt.nokia.com/4.7/qcontiguouscache.html _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
