Asaf Agami
Asaf Agami
The binary tress benchmark was using structs but a PR removed them intentionally. Is there a policy saying that you have to use unoptimized code or something similar?
Why is using structs unfair? It's a legitimate way to avoid garbage collection when writing high performance code. EDIT: I'm asking because I don't mind optimizing the C# algorithms, but...
I can't select the golangci-lint executable in WSL. Any idea why? I'm using the latest version of the plugin (1.6.2).  
It still exists in v0.110.3 @Wanglongzhi2001 I decompiled and saw that the code wasn't changed
(I'm a huge Blazor newbie but still a C#/.NET fan) What about cases where the element takes several parameters? something like this: ``` cshtml ``` Isn't it a problem that...