Boost logo

Boost Users :

Subject: Re: [Boost-users] Byte stream with multiple internal buffers
From: Andrej van der Zee (andrejvanderzee_at_[hidden])
Date: 2011-04-15 21:02:23


Hi,

Thanks for your email.

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

The GNU extension has one too I found, but it looks like not action
there for years and very limited documentation. Moreover, a rope seems
a bit overkill for my application as my data stream only concatenates
new incoming byte buffers and is read-only. Also, I need to have
control over pointer-to-buffer ownerships by using smart pointers and
the GNU extension seems not to be templated. Well, I am going for my
own implementation...

Cheers,
Andrej


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