AutoFilterer icon indicating copy to clipboard operation
AutoFilterer copied to clipboard

Consider using IIncrementalGenerator interface

Open musictopia2 opened this issue 3 years ago • 1 comments

.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.

musictopia2 avatar Jan 22 '22 13:01 musictopia2

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 :)

enisn avatar Jan 28 '22 09:01 enisn