Subject: Re: [Boost-users] Byte stream with multiple internal buffers
From: Gordon Woodhull (gordon_at_[hidden])
Date: 2011-04-14 05:47:30


On Apr 14, 2011, at 2:03 AM, Andrej van der Zee <andrejvanderzee_at_[hidden]> wrote:

> Better would be a special byte stream that stores its data in multiple variable-length buffers with an interface that works as if the buffers are just one buffer, with operations similar to std string.

You are looking for a "rope". Some have been proposed here but none reviewed. Original SGI STL has one.

HTH
Gordon