Open origamifreak2 opened 1 year ago
Added special case to handle zero length filter string. Also found that hiding all tag elements by default speeds up filtering. I'm not exactly sure why this speeds it up, but it did in my tests.
I'm working on more speedups that will probably replace what I've done here. So I think it might be a good idea to actually wait to merge this.
Added special case to handle zero length filter string. Also found that hiding all tag elements by default speeds up filtering. I'm not exactly sure why this speeds it up, but it did in my tests.