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

Improve built-in main detection performance #60

Open
entrypointkr opened this issue Jun 11, 2021 · 0 comments
Open

Improve built-in main detection performance #60

entrypointkr opened this issue Jun 11, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@entrypointkr
Copy link
Member

Currently we have two ways for the main detection:

  1. Automatic (built-in)
  2. Annotation

The second one was recommended for performance reason, but now can be deprecated due to performance of the first one will be significantly improved by fully using incremental.

Now, we can write a plugin without any annotation, just keep it simple and minimal!

@entrypointkr entrypointkr added this to the 2.3 milestone Jun 11, 2021
@entrypointkr entrypointkr added the enhancement New feature or request label Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant