Lexpedite / blawx

A user-friendly web-based tool for Rules as Code.
MIT License
100 stars 9 forks source link

updateLocalCategories is inefficient #436

Closed Gauntlet173 closed 1 year ago

Gauntlet173 commented 1 year ago

When we switch to the new boolean system, we are relying on a listener to notice when changes are made to the categories available in the local workspace. That listener is probably listening too hard, and we could make it more efficient by having it filter more agressively.

Gauntlet173 commented 1 year ago

This was resolved recently.