google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

REST: consider using a circular buffer for CurlImpl spill buffer

Open scotthart opened this issue 4 years ago • 1 comments

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.

scotthart avatar Jan 14 '22 22:01 scotthart

Punt for now, still would like to do this.

coryan avatar Jun 30 '22 18:06 coryan

Realistically, we do not have time to work on this.

coryan avatar Dec 14 '22 19:12 coryan