Huo Yaoyuan

Results 103 comments of Huo Yaoyuan

An out-of-topic thing is that roslyn and BCL are opting-out some language features to save allocations, namely interface-based LINQ. > Then we will be able to have a high-performance no-workaround-needed...

Trying with 16.0.0 and I'm getting this: ![image](https://github.com/dotnet/ClangSharp/assets/5644458/e7ae0e7f-d003-4267-908e-1677208304cd) ![image](https://github.com/dotnet/ClangSharp/assets/5644458/e5752c83-56e6-48df-a95c-5a1699bd2c20) Some constants are still having this issue, and makes the code uncompilable.

> We already support `--affinity` command line arg and `Job.WithAffinity` config option. Does that do what you need? `--affinity 1` and `--affinity 65536` give me significant comparison of P/E cores....