aluhrs13 / TheMiniIndex

Crowd-sourced library of 3d models (minis, terrain, scatter, etc.) for D&D, Pathfinder, and other tabletop games.
https://www.TheMiniIndex.com/
25 stars 5 forks source link

speed up filtering of tags #236

Open origamifreak2 opened 1 year ago

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

origamifreak2 commented 1 year ago

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.