tis 2012-02-28 klockan 11:09 +1300 skrev Amos Jeffries: > I would say make it a MemBuf, but there are write-related design bugs > that need fixing there first.
MemBuf is missing a "reservation" interface. Not currently designed for mapping well to raw memory access for populating the data (i.e. read() ) With some very small changes to extend it's API slightly it can fit nicely for these kinds of uses. Regards Henrik