Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler Flag Benchmarks #1

Open
mukut1994 opened this issue May 2, 2022 · 0 comments
Open

Compiler Flag Benchmarks #1

mukut1994 opened this issue May 2, 2022 · 0 comments

Comments

@mukut1994
Copy link

Let's say you have big csproj where a build takes minutes to complete.
At some point it might become long enough that the dev has to look for ways to reduce the build time.

Features such as implicit usings don't affect runtime, but compile time.
There could be a scenario where implicit usings is using a large amount of the compilers' time while only adding a few references to System.
In such a case it could be would be better to set disable and have a manually written file.

Benchmarks between language versions would also be interesting, and there are probably other flags which add an overhead during compile time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant