Arduino icon indicating copy to clipboard operation
Arduino copied to clipboard

Refactor Web Server Parsing-impl.h using StreamString to avoid String Reallocations

Open Lan-Hekary opened this issue 1 year ago • 8 comments

I was getting many Reallocating large String Warnings when decoding a long URL, and I found that the length of the string is already known before allocating, so it made sense, and it made a big difference.

Lan-Hekary avatar Oct 16 '23 01:10 Lan-Hekary