You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.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.
The text was updated successfully, but these errors were encountered:
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 :)
.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.
The text was updated successfully, but these errors were encountered: