Results 3 issues of Zintom

**Version Used**: Latest **Steps to Reproduce**: 1. Declare a readonly object field `_locker` and instantiate it with `new();` `private readonly object _locker = new();` 2. Create a method which locks...

Area-Compilers
untriaged

If the target framework supports intrinsics (.NET Core 3.0 and up), I define a new `Read` method which uses the power of Avx and Sse to clear the buffer. Performance...

### Background and motivation All calls to draw any kind of graphics, even just clearing a Bitmap to a certain colour, will result in a GDI/GDI+ invocation. Anecdotal testing shows...

api-suggestion
tenet-performance
area-System.Drawing