You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running tons of strings filters can degrade distribution performance.
What we can do in case of unacceptable benchmarks is to pre-run string filters on all known NPCs (defined in the plugins) and transform string filter to a finite set of FormIDs, then a simple check whether set contains given NPC's FormID will produce a much faster result.
The text was updated successfully, but these errors were encountered:
Running tons of strings filters can degrade distribution performance.
What we can do in case of unacceptable benchmarks is to pre-run string filters on all known NPCs (defined in the plugins) and transform string filter to a finite set of FormIDs, then a simple check whether set contains given NPC's FormID will produce a much faster result.
The text was updated successfully, but these errors were encountered: