tsurlfilter icon indicating copy to clipboard operation
tsurlfilter copied to clipboard

Improve performance of handling seq scan cosmetic rules

Open stanislav-atr opened this issue 1 year ago • 0 comments

Regarding seqScanRules of CosmeticRule:

Instead of doing the seq scan all the time AND wasting precious memory on keeping lots
of CosmeticRule instances, we can compose a commonCSS string instead.
This will require interface changes though.

stanislav-atr avatar Sep 07 '23 16:09 stanislav-atr