stil / CurlThin

Lightweight cURL wrapper for C# with support for curl_multi polling interface through libuv
Other
68 stars 18 forks source link

Use structured logging templates instead of string.Format(). #20

Open ScrubN opened 1 year ago

ScrubN commented 1 year ago

Using structured logging templates reduces GC pressure by not allocating new, non-interned strings every time a log statement is hit.