Skip to content

Reduce temporary string creation in HTTPClient::sendHeader#6937

Merged
earlephilhower merged 3 commits intoesp8266:masterfrom
dirkmueller:http_codeopt
Dec 29, 2019
Merged

Reduce temporary string creation in HTTPClient::sendHeader#6937
earlephilhower merged 3 commits intoesp8266:masterfrom
dirkmueller:http_codeopt

Conversation

@dirkmueller
Copy link
Contributor

@dirkmueller dirkmueller commented Dec 22, 2019

This improves both performance due to fewer memory allocations/copies
as well as reduces code size by ~ 25% (150 bytes)

@dirkmueller dirkmueller changed the title Http codeopt Reduce temporary string creation in HTTPClient::sendHeader Dec 22, 2019
@dirkmueller dirkmueller force-pushed the http_codeopt branch 2 times, most recently from a4064ae to cfd0208 Compare December 25, 2019 21:13
This improves both performance due to fewer memory allocations/copies
as well as reduces code size by ~ 25% (150 bytes)
@earlephilhower earlephilhower merged commit 5d5200a into esp8266:master Dec 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants