-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
Currently the only way to extend one RawDocumentBuf with another is to iterate over the contents and individually append. Adding a method for full-document extend would let us substantially optimize that by simply appending the underlying memory buffer and recalculating size.