google-cloud-cpp
google-cloud-cpp copied to clipboard
REST: consider using a circular buffer for CurlImpl spill buffer
The spill buffer is currently implemented as an array which requires a memmove every time we read some bytes from it. Using a circular buffer would avoid this.
Punt for now, still would like to do this.
Realistically, we do not have time to work on this.