Asaf Agami

Results 5 comments of 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). ![image](https://user-images.githubusercontent.com/35231408/205042660-80f94e11-c32e-44e3-be43-22946c4e9631.png) ![image](https://user-images.githubusercontent.com/35231408/205042836-9b7aca15-9aa5-4326-a8b2-674693b81eda.png)

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...