-
- Downloads
[catalogue] Uses getBytes() instead of byteAt() to get blob from OCCI
Should be more efficient as it's a single copy operation instead of one character at-a-time, but still requires 2 copies of the blob to convert it from occi::Bytes to std::string (as it needs an intermediate char* array).
Please register or sign in to comment