Prune devel/py-EnthoughtBase
[dports.git] / devel / vstr / pkg-descr
1 Vstr is a string library, designed so you can work optimally with
2 readv()/writev() for input/output. This means that, for instance, you
3 can readv() data to the end of the string and writev() data from the
4 beginning of the string without having to allocate or move memory. It
5 also means that the library is completely happy with data that has
6 multiple zero bytes in it. 
7
8 WWW: http://www.and.org/vstr/