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

Consider using IIncrementalGenerator interface #45

Open
musictopia2 opened this issue Jan 22, 2022 · 1 comment
Open

Consider using IIncrementalGenerator interface #45

musictopia2 opened this issue Jan 22, 2022 · 1 comment
Labels
Milestone

Comments

@musictopia2
Copy link

.net 6 added the ability to use the IIncrementalGenerator interface.
Would be nice to consider using that for better performance.
I heard with the old one, if somebody types a character, it takes up to 15 minutes before they can type another character which is not acceptable.

@enisn enisn added autofilterer.generators enhancement New feature or request labels Jan 22, 2022
@enisn enisn added this to the Backlog milestone Jan 22, 2022
@enisn
Copy link
Owner

enisn commented Jan 28, 2022

Thanks for your advice. Currently, I'm not sure AutoFilterer.Generators is used commonly or not. Most developers prefer to build their own filter class by themself.

So I've put that issue on Backlog right now. I'll take care of it when I have time.

Also, PR is welcome you can make it and send a PR :)

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

No branches or pull requests

2 participants