On Monday, 16 January 2017 at 14:47:23 UTC, Era Scarecrow wrote: > static char[1024*4] buffer; //4k reusable buffer, NOT > thread safe Maybe I'm wrong, but I think it's thread safe. Because static mutable non-shared variables are stored in TLS.